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

Fix release symlinks to make Quicklisp happy

I investigated why Quicklisp still hadn't picked up release 3.1.7 or uiop.
It looks like the Makefile was creating symlinks in the wrong directory.

Update index.html to link to the symlinks in archives/
parent 05178582
No related branches found
No related tags found
No related merge requests found
......@@ -134,8 +134,8 @@ archive: build/asdf.lisp
publish-archive:
rsync --times --chmod=a+rX,ug+w "build/uiop-${version}.tar.gz" "build/asdf-defsystem-${version}.tar.gz" \
"build/asdf-${version}.tar.gz" "build/asdf-${version}.lisp" common-lisp.net:/project/asdf/public_html/archives
ssh common-lisp.net "cd /project/asdf/public_html; ln -sf archives/uiop-${version}.tar.gz uiop.tar.gz; ln -sf archives/asdf-defsystem-${version}.tar.gz asdf-defsystem.tar.gz; ln -sf archives/asdf-${version}.tar.gz asdf.tar.gz; ln -sf archives/asdf-${version}.lisp asdf.lisp"
"build/asdf-${version}.tar.gz" "build/asdf-${version}.lisp" common-lisp.net:/project/asdf/public_html/archives/
ssh common-lisp.net "cd /project/asdf/public_html/archives/; ln -sf uiop-${version}.tar.gz uiop.tar.gz; ln -sf asdf-defsystem-${version}.tar.gz asdf-defsystem.tar.gz; ln -sf asdf-${version}.tar.gz asdf.tar.gz; ln -sf asdf-${version}.lisp asdf.lisp"
### Count lines separately for asdf-driver and asdf itself:
wc:
......
......@@ -381,10 +381,10 @@ Corman Common Lisp <admin@cormanlisp.com>
</p>
<ul>
<li>download just the latest <em>release</em> source for
<a href="https://common-lisp.net/project/asdf/asdf.lisp">asdf.lisp</a>;
<a href="https://common-lisp.net/project/asdf/archives/asdf.lisp">asdf.lisp</a>;
</li>
<li>download the latest <em>release</em>
<a href="https://common-lisp.net/project/asdf/asdf.tar.gz">tarball</a>
<a href="https://common-lisp.net/project/asdf/archives/asdf.tar.gz">tarball</a>
to get all bells and whistles;
</li>
<li>pull the latest <em>development</em> tree from our git repository
......
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