Skip to content
Snippets Groups Projects
Commit 1e22b853 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Update Makefile for release branch where release happens

parent 01107b8c
No related branches found
No related tags found
No related merge requests found
......@@ -27,11 +27,12 @@ archive: FORCE
bin/build-tarball.sh
archive-copy: archive
git checkout release
bin/rsync-cp.sh tmp/asdf*.tar.gz $(webhome_private)/archives
bin/link-tarball.sh $(clnet_home) $(user)
bin/rsync-cp.sh tmp/asdf.lisp $(webhome_private)
git push cl.net
git push --tags cl.net
git push cl.net release
git push --tags cl.net release
website:
make -C doc website
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment