From: Andres Salomon Date: Mon, 1 Nov 2010 08:52:19 +0000 (-0700) Subject: debxo: update release script to use squeeze and ubifs X-Git-Tag: v0.6~24 X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?p=xodist;a=commitdiff_plain;h=5bf196477987f292d3b83c9997e11e24059dcd4b debxo: update release script to use squeeze and ubifs Signed-off-by: Andres Salomon --- diff --git a/configs/debxo-xfce/hooks b/configs/debxo-xfce/hooks index e80bff9..381e2c8 100644 --- a/configs/debxo-xfce/hooks +++ b/configs/debxo-xfce/hooks @@ -45,8 +45,8 @@ Dir { }; EOF - # add archive key for lenny-backports - wget -O - http://backports.org/debian/archive.key | (chroot ${ROOT_DIR} apt-key add -) +# # add archive key for lenny-backports +# wget -O - http://backports.org/debian/archive.key | (chroot ${ROOT_DIR} apt-key add -) } package_configure_hook() diff --git a/release.sh b/release.sh index 681e298..bc2be4a 100755 --- a/release.sh +++ b/release.sh @@ -4,16 +4,16 @@ for f in configs/debxo-*; do desktop=$(basename $f | sed 's/debxo-//') ./mkchroot.sh --config-type debxo-${desktop} \ - --local-apt-mirror "deb http://localhost:9999/debian lenny main contrib non-free -deb http://localhost:9999/security lenny/updates main contrib non-free -deb http://localhost:9999/backports lenny-backports main contrib non-free" \ + --local-apt-mirror "deb http://localhost:9999/debian squeeze main contrib non-free +deb http://localhost:9999/security squeeze/updates main contrib non-free +deb http://localhost:9999/backports squeeze-backports main contrib non-free" \ debxo-${desktop} - ./mkjffs2.sh --config-type debxo-${desktop} debxo-${desktop} ${desktop}.img + ./mkubifs.sh --config-type debxo-${desktop} debxo-${desktop} ${desktop}.img ./mkext3.sh --config-type debxo-${desktop} debxo-${desktop} \ debxo-${desktop}.ext3.img gzip debxo-${desktop}.ext3.img - mkdir -p ext3 jffs2 + mkdir -p ext3 nand mv debxo-${desktop}.ext3.img.gz ext3 - mv ${desktop}.img ${desktop}.dat jffs2 + mv ${desktop}.img ${desktop}.dat nand done