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

Makefile: have quickrelease push tarballs to the correct place :-/ (hat tip: Xach)

parent f9086aea
No related branches found
No related tags found
No related merge requests found
...@@ -111,4 +111,4 @@ quickrelease: reinstall_here ...@@ -111,4 +111,4 @@ quickrelease: reinstall_here
VER=`./cl-launch.sh --version | ( read a b ; echo $$b )` ; \ VER=`./cl-launch.sh --version | ( read a b ; echo $$b )` ; \
cd .. && \ cd .. && \
tar zcf cl-launch-$${VER}.tar.gz --exclude .git cl-launch && \ tar zcf cl-launch-$${VER}.tar.gz --exclude .git cl-launch && \
rsync -av cl-launch/cl-launch.sh cl-launch-$${VER}.tar.gz common-lisp.net:/project/xcvb/cl-launch/ rsync -av cl-launch/cl-launch.sh cl-launch-$${VER}.tar.gz common-lisp.net:/project/xcvb/public_html/cl-launch/
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