[Pbuilder-maint] pbuilder CVS update: pbuilder
pbuilder-buildpackage ChangeLog
pbuilder CVS Commit
pbuilder-maint at lists.alioth.debian.org
Sat Jun 10 15:05:15 UTC 2006
User: dancer
Date: 06/06/10 15:05:15
Modified: . pbuilder-buildpackage ChangeLog
Log:
* Bug fix: "pbuilder: should create BUILDRESULT if not existent", thanks
to Daniel Leidert (Closes: #335523), there was a wrong condition
check, it should do that now.
Revision Changes Path
1.125 +4 -4 pbuilder/pbuilder-buildpackage
CVSWEB Options: -------------------
CVSWeb: Annotate this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder-buildpackage?annotate=1.125&cvsroot=
CVSWeb: View this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder-buildpackage?rev=1.125&content-type=text/x-cvsweb-markup&cvsroot=
CVSWeb: Diff to previous version: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder-buildpackage.diff?r1=1.125&r2=1.124&cvsroot=
-----------------------------------
Index: pbuilder-buildpackage
===================================================================
RCS file: /cvsroot/pbuilder/pbuilder/pbuilder-buildpackage,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- pbuilder-buildpackage 30 May 2006 23:45:45 -0000 1.124
+++ pbuilder-buildpackage 10 Jun 2006 15:05:14 -0000 1.125
@@ -56,8 +56,8 @@
trap umountproc_cleanbuildplace exit
loadhooks
-if [ -n "${BUILDRESULT}" ]; then
- echo " -> created buildresult dir :${BUILDRESULT}"
+if [ ! -d "${BUILDRESULT}" ]; then
+ echo " -> created buildresult dir: ${BUILDRESULT}"
mkdir -p "${BUILDRESULT}"
fi
1.392 +6 -1 pbuilder/ChangeLog
CVSWEB Options: -------------------
CVSWeb: Annotate this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/ChangeLog?annotate=1.392&cvsroot=
CVSWeb: View this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/ChangeLog?rev=1.392&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.392&r2=1.391&cvsroot=
-----------------------------------
Index: ChangeLog
===================================================================
RCS file: /cvsroot/pbuilder/pbuilder/ChangeLog,v
retrieving revision 1.391
retrieving revision 1.392
diff -u -r1.391 -r1.392
--- ChangeLog 5 Jun 2006 11:39:04 -0000 1.391
+++ ChangeLog 10 Jun 2006 15:05:15 -0000 1.392
@@ -1,3 +1,8 @@
+2006-06-11 Junichi Uekawa <dancer at debian.org>
+
+ * pbuilder-buildpackage: actually create buildresult dir, the
+ condition was wrong.
+
2006-06-05 Junichi Uekawa <dancer at debian.org>
* pdebuild-internal: -p for 'su'
More information about the Pbuilder-maint
mailing list