[Pbuilder-maint] pbuilder CVS update: pbuilder pbuilder-modules
ChangeLog
pbuilder CVS Commit
pbuilder-maint at lists.alioth.debian.org
Thu Jan 12 13:11:17 UTC 2006
User: dancer
Date: 06/01/12 13:11:17
Modified: . pbuilder-modules ChangeLog
Log:
+ * Bug fix: "pbuilder: url to debian experimental's apt archive seems to
+ have changed recently", thanks to Johan Boule (Closes: #347296).
Revision Changes Path
1.91 +2 -2 pbuilder/pbuilder-modules
CVSWEB Options: -------------------
CVSWeb: Annotate this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder-modules?annotate=1.91&cvsroot=
CVSWeb: View this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder-modules?rev=1.91&content-type=text/x-cvsweb-markup&cvsroot=
CVSWeb: Diff to previous version: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder-modules.diff?r1=1.91&r2=1.90&cvsroot=
-----------------------------------
Index: pbuilder-modules
===================================================================
RCS file: /cvsroot/pbuilder/pbuilder/pbuilder-modules,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- pbuilder-modules 6 Jan 2006 12:12:34 -0000 1.90
+++ pbuilder-modules 12 Jan 2006 13:11:17 -0000 1.91
@@ -250,8 +250,8 @@
if [ -n "$EXPERIMENTAL" ]; then
echo " -> Installing apt-lines and pinning for experimental"
if [ -n "$MIRRORSITE" ] ; then
- echo "deb $MIRRORSITE ../project/experimental main" >> "$BUILDPLACE"/etc/apt/sources.list
- echo "#deb-src $MIRRORSITE ../project/experimental main" >> "$BUILDPLACE"/etc/apt/sources.list
+ echo "deb $MIRRORSITE experimental main" >> "$BUILDPLACE"/etc/apt/sources.list
+ echo "#deb-src $MIRRORSITE experimental main" >> "$BUILDPLACE"/etc/apt/sources.list
fi
cat >> "$BUILDPLACE"/etc/apt/apt.conf << EOF
APT::Default-Release "experimental";
1.362 +5 -1 pbuilder/ChangeLog
CVSWEB Options: -------------------
CVSWeb: Annotate this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/ChangeLog?annotate=1.362&cvsroot=
CVSWeb: View this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/ChangeLog?rev=1.362&content-type=text/x-cvsweb-markup&cvsroot=
CVSWeb: Diff to previous version: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/ChangeLog.diff?r1=1.362&r2=1.361&cvsroot=
-----------------------------------
Index: ChangeLog
===================================================================
RCS file: /cvsroot/pbuilder/pbuilder/ChangeLog,v
retrieving revision 1.361
retrieving revision 1.362
diff -u -r1.361 -r1.362
--- ChangeLog 6 Jan 2006 12:37:14 -0000 1.361
+++ ChangeLog 12 Jan 2006 13:11:17 -0000 1.362
@@ -1,3 +1,7 @@
+2006-01-12 Junichi Uekawa <dancer at debian.org>
+
+ * pbuilder-modules: replace ../project/experimental with experimental
+
2006-01-06 Junichi Uekawa <dancer at debian.org>
* pbuilderrc.5: document that there are default values for BUILDRESULTUID
More information about the Pbuilder-maint
mailing list