22 Dec
2018
22 Dec
'18
8:02 p.m.
"Raymond" == Raymond Toy <toy.raymond@gmail.com> writes:
Raymond> For gitlab to be able to serve the site, the public_html Raymond> directory will need to be moved. Anyone who mirrors the Raymond> webpages and download directory will have to make some Raymond> changes. If you use rsync to get these, you'll need to Raymond> change the path. Ok, the changes are official now. To get a copy of the downloads, you can do something like: rsync -av rsync://common-lisp.net/project/cmucl/downloads If you mirror the web pages, you need change it do rsync -av rsync://common-lisp.net/pages/cmucl/cmucl-site/public/ I've tested these out and I get the desired files. -- Ray