[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Debian JP master SVN www commits (rev.277)
=======================================================
Repository: /org/svn.debian.or.jp/repos
Revision: 277
Commiter: kmuto
Date: 2007-05-01 10:52:19 +0900 (火, 01 5月 2007)
=======================================================
Log:
takes the codename from the config file to replace APT source files with using it.
=======================================================
Changed:
U www/trunk/progs/make-sources.list.sh
Modified: www/trunk/progs/make-sources.list.sh
===================================================================
--- www/trunk/progs/make-sources.list.sh 2007-05-01 01:43:58 UTC (rev 276)
+++ www/trunk/progs/make-sources.list.sh 2007-05-01 01:52:19 UTC (rev 277)
@@ -89,7 +89,7 @@
fi
}
-VERSION="stable"
+VERSION=$(grep " stable_codename" include/config | cut -d\' -f2)
while read LINE
do