[SCM] debian-live/autotesting branch, master, updated. 9c5143b50da2155314f60f09166d45a23b762492

Brendan M. Sleight bms.debian at barwap.com
Fri Aug 8 22:58:09 UTC 2008


The following commit has been merged in the master branch:
commit 9c5143b50da2155314f60f09166d45a23b762492
Merge: be520e6e536a0f7241eaa5092ce91c09abf16ab7 36efcd42edd7a1f56b78930d51719aae8eb0a106
Author: Brendan M. Sleight <bms.debian at barwap.com>
Date:   Fri Aug 8 22:56:21 2008 +0000

    ÂChris Lamb (10):
         Move to pure POSIX shell script shebangs.
         Use heredoc and

diff --combined local_build_debian-live.sh
index 6c50013,aa72f4c..9ad1838
--- a/local_build_debian-live.sh
+++ b/local_build_debian-live.sh
@@@ -1,11 -1,11 +1,11 @@@
- #!/bin/bash
+ #!/bin/sh
  #
  # Locally build a debian-live image.
  #  as crontab from root
  #  Kick auotesting to test..
  # debian-live-sid-i386-xfce.iso
  
- if [ -z "$1" -a -z "$2" ]
+ if [ -z "$1" ] && [ -z "$2" ]
  then
      echo " Usage $0 build.iso distribution packages-list "
      exit
@@@ -28,7 -28,8 +28,7 @@@ cd $TMP_DI
  lh_config --distribution $2  $PACKAGES_LISTS
  sudo lh_build
  cp ./binary.iso ${1}-${2}-i386-${3}.iso
 -ls ./ "$1"
 -#chmod a+w "$1"
 +sudo lh_clean
  sudo rm $TMP_DIR -R
  
  

-- 
debian-live/autotesting



More information about the debian-live-changes mailing list