Skip to content
Snippets Groups Projects
Commit 260b1262 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files
parents 0078a28c 1e22b853
No related branches found
No related tags found
No related merge requests found
...@@ -27,11 +27,12 @@ archive: FORCE ...@@ -27,11 +27,12 @@ archive: FORCE
bin/build-tarball.sh bin/build-tarball.sh
archive-copy: archive archive-copy: archive
git checkout release
bin/rsync-cp.sh tmp/asdf*.tar.gz $(webhome_private)/archives bin/rsync-cp.sh tmp/asdf*.tar.gz $(webhome_private)/archives
bin/link-tarball.sh $(clnet_home) $(user) bin/link-tarball.sh $(clnet_home) $(user)
bin/rsync-cp.sh tmp/asdf.lisp $(webhome_private) bin/rsync-cp.sh tmp/asdf.lisp $(webhome_private)
git push cl.net git push cl.net release
git push --tags cl.net git push --tags cl.net release
website: website:
make -C doc 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