[Pbuilder-maint] pbuilder CVS update: pbuilder/testsuite/regression 342665-pbuilder-ccache.sh 342665-config

pbuilder CVS Commit pbuilder-maint at lists.alioth.debian.org
Mon Dec 12 00:32:39 UTC 2005


  User: dancer  
  Date: 05/12/12 00:32:39

  Added:       testsuite/regression 342665-pbuilder-ccache.sh 342665-config
  Log:
  add a regression testsuite.
  Document that ccache requires cache directory to be writable by the user within chroot.
  re #342665
  
  Revision  Changes    Path
  1.1                  pbuilder/testsuite/regression/342665-pbuilder-ccache.sh
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/testsuite/regression/342665-pbuilder-ccache.sh?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/testsuite/regression/342665-pbuilder-ccache.sh?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: 342665-pbuilder-ccache.sh
  ===================================================================
  #!/bin/bash
  # test pbuilder operation with ccache.
  
  mkdir /tmp/ccache
  chmod 1777 /tmp/ccache
  sudo pbuilder build --logfile "$OUTPUT_LOGNAME" --configfile 342665-config work/dsh*.dsc
  
  
  
  1.1                  pbuilder/testsuite/regression/342665-config
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/testsuite/regression/342665-config?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/testsuite/regression/342665-config?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: 342665-config
  ===================================================================
  # configuration for ccache
  export CCACHE_DIR="/tmp/ccache"
  export PATH="/usr/lib/ccache:${PATH}"
  BINDMOUNTS="${CCACHE_DIR}"
  EXTRAPACKAGES="ccache"
  
  
  



More information about the Pbuilder-maint mailing list