[Pbuilder-maint] pbuilder CVS update: pbuilder pdebuild-checkparams
ChangeLog
pbuilder CVS Commit
pbuilder-maint at lists.alioth.debian.org
Sat Jun 10 15:24:06 UTC 2006
User: dancer
Date: 06/06/10 15:24:06
Modified: . pdebuild-checkparams ChangeLog
Log:
do not error out for pdebuild.
Revision Changes Path
1.8 +2 -2 pbuilder/pdebuild-checkparams
CVSWEB Options: -------------------
CVSWeb: Annotate this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pdebuild-checkparams?annotate=1.8&cvsroot=
CVSWeb: View this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pdebuild-checkparams?rev=1.8&content-type=text/x-cvsweb-markup&cvsroot=
CVSWeb: Diff to previous version: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pdebuild-checkparams.diff?r1=1.8&r2=1.7&cvsroot=
-----------------------------------
Index: pdebuild-checkparams
===================================================================
RCS file: /cvsroot/pbuilder/pbuilder/pdebuild-checkparams,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pdebuild-checkparams 30 May 2006 23:45:45 -0000 1.7
+++ pdebuild-checkparams 10 Jun 2006 15:24:05 -0000 1.8
@@ -30,8 +30,8 @@
if [ -d "$2" ]; then
BUILDRESULT=$(readlink -f "$2");
else
- echo "E: Directory $2 does not exist" >&2
- exit 1
+ echo "W: Build-result Directory $2 does not exist" >&2
+ # warn, but make it progress.
fi
else
BUILDRESULT=
1.395 +4 -1 pbuilder/ChangeLog
CVSWEB Options: -------------------
CVSWeb: Annotate this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/ChangeLog?annotate=1.395&cvsroot=
CVSWeb: View this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/ChangeLog?rev=1.395&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.395&r2=1.394&cvsroot=
-----------------------------------
Index: ChangeLog
===================================================================
RCS file: /cvsroot/pbuilder/pbuilder/ChangeLog,v
retrieving revision 1.394
retrieving revision 1.395
diff -u -r1.394 -r1.395
--- ChangeLog 10 Jun 2006 15:09:53 -0000 1.394
+++ ChangeLog 10 Jun 2006 15:24:05 -0000 1.395
@@ -1,5 +1,8 @@
2006-06-11 Junichi Uekawa <dancer at debian.org>
+ * pdebuild-checkparams: do not error out if buildresult directory
+ does not exist.
+
* pbuilder-buildpackage: actually do error-checking.
* pbuilder-checkparams: do not error out if buildresult directory
More information about the Pbuilder-maint
mailing list