Loading Makefile +4 −4 Original line number Diff line number Diff line Loading @@ -21,13 +21,13 @@ install: archive-copy archive: FORCE sbcl --userinit /dev/null --sysinit /dev/null --load bin/make-helper.lisp \ --eval "(rewrite-license)" --eval "(quit)" bin/build-tarball.sh bin/make-tarball 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) bin/rsync-cp tmp/asdf*.tar.gz $(webhome_private)/archives bin/link-tarball $(clnet_home) $(user) bin/rsync-cp tmp/asdf.lisp $(webhome_private) ${MAKE} push push: Loading asdf.asd +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ :licence "MIT" :description "Another System Definition Facility" :long-description "ASDF builds Common Lisp software organized into defined systems." :version "2.011.6" :version "2.011.7" ;;:version #.(asdf:asdf-version) ; how do we make that the *described* ASDF's version rather than the *previously loaded* ASDF's version? :depends-on () :components Loading asdf.lisp +4 −2 Original line number Diff line number Diff line Loading @@ -74,11 +74,13 @@ (defvar *asdf-version* nil) (defvar *upgraded-p* nil) (let* (;; For bug reporting sanity, please always bump this version when you modify this file. ;; Please also modify asdf.asd to reflect this change. The script bin/bump-version ;; can help you do these changes in synch (look at the source for documentation). ;; "2.345" would be an official release ;; "2.345.6" would be a development version in the official upstream ;; "2.345.0.7" would be your seventh local modification of official release 2.345 ;; "2.345.6.7" would be your seventh local modification of development version 2.345.6 (asdf-version "2.011.6") (asdf-version "2.011.7") (existing-asdf (fboundp 'find-system)) (existing-version *asdf-version*) (already-there (equal asdf-version existing-version))) Loading Loading @@ -2735,7 +2737,7 @@ located." #+ccl '(:follow-links nil) #+clisp '(:circle t :if-does-not-exist :ignore) #+(or cmu scl) '(:follow-links nil :truenamep nil) #+sbcl '(:resolve-symlinks nil))))) #+sbcl (when (find-symbol "RESOLVE-SYMLINKS" "SB-IMPL") '(:resolve-symlinks nil)))))) (defun* validate-configuration-directory (directory tag validator &key invalid-form-reporter) "Map the VALIDATOR across the .conf files in DIRECTORY, the TAG will Loading bin/asdf-version.sh→bin/asdf-version +0 −0 File moved. View file bin/bump-version.sh→bin/bump-version +0 −0 File moved. View file Loading
Makefile +4 −4 Original line number Diff line number Diff line Loading @@ -21,13 +21,13 @@ install: archive-copy archive: FORCE sbcl --userinit /dev/null --sysinit /dev/null --load bin/make-helper.lisp \ --eval "(rewrite-license)" --eval "(quit)" bin/build-tarball.sh bin/make-tarball 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) bin/rsync-cp tmp/asdf*.tar.gz $(webhome_private)/archives bin/link-tarball $(clnet_home) $(user) bin/rsync-cp tmp/asdf.lisp $(webhome_private) ${MAKE} push push: Loading
asdf.asd +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ :licence "MIT" :description "Another System Definition Facility" :long-description "ASDF builds Common Lisp software organized into defined systems." :version "2.011.6" :version "2.011.7" ;;:version #.(asdf:asdf-version) ; how do we make that the *described* ASDF's version rather than the *previously loaded* ASDF's version? :depends-on () :components Loading
asdf.lisp +4 −2 Original line number Diff line number Diff line Loading @@ -74,11 +74,13 @@ (defvar *asdf-version* nil) (defvar *upgraded-p* nil) (let* (;; For bug reporting sanity, please always bump this version when you modify this file. ;; Please also modify asdf.asd to reflect this change. The script bin/bump-version ;; can help you do these changes in synch (look at the source for documentation). ;; "2.345" would be an official release ;; "2.345.6" would be a development version in the official upstream ;; "2.345.0.7" would be your seventh local modification of official release 2.345 ;; "2.345.6.7" would be your seventh local modification of development version 2.345.6 (asdf-version "2.011.6") (asdf-version "2.011.7") (existing-asdf (fboundp 'find-system)) (existing-version *asdf-version*) (already-there (equal asdf-version existing-version))) Loading Loading @@ -2735,7 +2737,7 @@ located." #+ccl '(:follow-links nil) #+clisp '(:circle t :if-does-not-exist :ignore) #+(or cmu scl) '(:follow-links nil :truenamep nil) #+sbcl '(:resolve-symlinks nil))))) #+sbcl (when (find-symbol "RESOLVE-SYMLINKS" "SB-IMPL") '(:resolve-symlinks nil)))))) (defun* validate-configuration-directory (directory tag validator &key invalid-form-reporter) "Map the VALIDATOR across the .conf files in DIRECTORY, the TAG will Loading