gnu-arch-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnu-arch-users] Re: ANN: Linux Kernel Arch Repository


From: Miles Bader
Subject: Re: [Gnu-arch-users] Re: ANN: Linux Kernel Arch Repository
Date: Tue, 30 Sep 2003 13:58:33 -0400
User-agent: Mutt/1.3.28i

Oh, wait, it has to use the new names when recreating the caches too; latest
version or apply:


M  tla-munge-archive-names.shpp

* modified files

--- orig/tla-munge-archive-names.shpp
+++ mod/tla-munge-archive-names.shpp
@@ -621,9 +621,9 @@
 
 if test `wc -l < "$CACHED_REVS"` -gt 0; then
   echo "* recreating cached revisions..."
-  while read cached_rev; do
+  sed "$MUNGE_SED_CMD" "$CACHED_REVS" | while read cached_rev; do
     $TLA cacherev "$cached_rev"
-  done < "$CACHED_REVS"
+  done
 fi
 
 # we're done!


-Miles
-- 
I'm beginning to think that life is just one long Yoko Ono album; no rhyme
or reason, just a lot of incoherent shrieks and then it's over.  --Ian Wolff




reply via email to

[Prev in Thread] Current Thread [Next in Thread]