From BHYDE at POBOX.COM Tue Aug 19 15:40:59 2008 From: BHYDE at POBOX.COM (Ben Hyde) Date: Tue, 19 Aug 2008 11:40:59 -0400 Subject: [clbuild-devel] get_nothing source control Message-ID: The following patch adds a new source control scheme to clbuild. The know nothing scheme. You can use this when you want to down load something by hand, link it into the source directory, link it's asd files into the systems directory and proceed. This is really just a concept patch. Intended to get people thinking. Since the developer must still slam the .no_repository file by hand, and it could do that for him ... etc. It might be better, for example, if it invoked a script found in the know_nothing projects do what ever floats their source control desires. But then such a script might be generally useful, for example, when you want to tie one of the included projects to a particular tag. % darcs diff -u clbuild --- old-clbuild/clbuild 2008-08-19 11:34:12.000000000 -0400 +++ new-clbuild/clbuild 2008-08-19 11:34:12.000000000 -0400 @@ -540,6 +540,10 @@ get_tarball "$1" "$2" j } +get_nothing() { + echo "Getting 'nothing' $*" +} + update_project() { if test x$1 = x--dry-run; then shift @@ -878,6 +882,7 @@ -o -d "$f"/.git \ -o -d "$f"/.svn \ -o -d "$f"/CVS \ + -o -f "$f"/.no_repository \ && grep "^$name " "$BASE/dependencies" >/dev/null then echo $name From david at lichteblau.com Thu Aug 21 17:04:54 2008 From: david at lichteblau.com (David Lichteblau) Date: Thu, 21 Aug 2008 19:04:54 +0200 Subject: [clbuild-devel] Recent patches Message-ID: <20080821170454.GB20750@radon> Hi, I've just gone through clbuild-devel mailing list archives and applied all patches that were still waiting to be committed. Please review (and let me know if I missed anything). (We currently cannot record all dependencies for wnpp-projects automatically -- because those dependencies are actually missing from clbuild! Lots of karma is waiting for the person submitting a patch with the missing wnpp-projects.) d. From helmut at cybernetic-systems.de Tue Aug 26 08:51:54 2008 From: helmut at cybernetic-systems.de (Dr. Helmut G. Enders) Date: Tue, 26 Aug 2008 10:51:54 +0200 Subject: [clbuild-devel] Project "Rucksack" Message-ID: <48B3C42A.3050803@cybernetic-systems.de> It pays off, to give 'rucksack' a try. I'm deeply impressed, and would like to add a rucksack - line to the clbuild (wnpp-) projects: rucksack get_cvs_clnet #Persistence library for Common Lisp. Helmut From david at lichteblau.com Sun Aug 31 10:07:40 2008 From: david at lichteblau.com (David Lichteblau) Date: Sun, 31 Aug 2008 12:07:40 +0200 Subject: [clbuild-devel] Project "Rucksack" In-Reply-To: <48B3C42A.3050803@cybernetic-systems.de> References: <48B3C42A.3050803@cybernetic-systems.de> Message-ID: <20080831100740.GA4228@radon> Quoting Dr. Helmut G. Enders (helmut at cybernetic-systems.de): > It pays off, to give 'rucksack' a try. I'm deeply impressed, > and would like to add a rucksack - line to the clbuild (wnpp-) projects: > > rucksack get_cvs_clnet #Persistence library for Common Lisp. Done.