Bryan Kadzban wrote: > Bruce Dubbs wrote: >> Bryan Kadzban wrote: >>> Are the sources for this tarball in a source control repository >>> somewhere? I might have missed where, in the discussion earlier >>> when it was being created. I don't see them in the book repository, >>> but that repository may not be the best place to keep track of >>> them, either. >> >> No, they are not in a repository, although we could put them in the >> LFS svn as, say LFS/trunk/udev-lfs/. What I have been doing is >> creating the tarballs and uploading to anduin. I then put that link >> into the book or, at this stage, post to the list. > > Yeah, I'd hate to lose the history. It'd also make changes like what > I'm trying to do below a bit easier, because I could add the indirection > and rip out the installation of the persistent-net rules stuff in the > same commit -- if we go this way, of course.
I have committed the udev-lfs directory in LFS/trunk/udev-lfs. When we feel that publication is appropriate: cd $svn-lfs-base/LFS/trunk/udev-lfs VERSION=999 # Or whatever is appropriate mkdir /tmp/udev-lfs-$VERSION cp -av * /tmp/udev-lfs-$VERSION tar -jcf /tmp/udev-lfs-$VERSION.tar.bz2 -C /tmp udev-lfs-$VERSION And upload to anduin. The file should be placed in the public ftp repository at /sources/other/ -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page