[Pbuilder-maint] pbuilder CVS update: pbuilder pbuilder-checkparams ChangeLog

pbuilder CVS Commit pbuilder-maint at lists.alioth.debian.org
Sat Jun 10 15:08:09 UTC 2006


  User: dancer  
  Date: 06/06/10 15:08:09

  Modified:    .        pbuilder-checkparams ChangeLog
  Log:
  do not error out if buildresult directory does not exist.
  
  Revision  Changes    Path
  1.79      +2 -2      pbuilder/pbuilder-checkparams
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder-checkparams?annotate=1.79&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder-checkparams?rev=1.79&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder-checkparams.diff?r1=1.79&r2=1.78&cvsroot=
  
  -----------------------------------
  
  Index: pbuilder-checkparams
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuilder/pbuilder-checkparams,v
  retrieving revision 1.78
  retrieving revision 1.79
  diff -u -r1.78 -r1.79
  --- pbuilder-checkparams	30 May 2006 23:45:45 -0000	1.78
  +++ pbuilder-checkparams	10 Jun 2006 15:08:09 -0000	1.79
  @@ -81,8 +81,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.393     +4 -1      pbuilder/ChangeLog
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/ChangeLog?annotate=1.393&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/ChangeLog?rev=1.393&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.393&r2=1.392&cvsroot=
  
  -----------------------------------
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuilder/ChangeLog,v
  retrieving revision 1.392
  retrieving revision 1.393
  diff -u -r1.392 -r1.393
  --- ChangeLog	10 Jun 2006 15:05:15 -0000	1.392
  +++ ChangeLog	10 Jun 2006 15:08:09 -0000	1.393
  @@ -1,5 +1,8 @@
   2006-06-11  Junichi Uekawa  <dancer at debian.org>
   
  +	* pbuilder-checkparams: do not error out if buildresult directory
  +	does not exist.
  +
   	* pbuilder-buildpackage: actually create buildresult dir, the
   	condition was wrong.
   
  
  
  



More information about the Pbuilder-maint mailing list