]> spindle.queued.net Git - xodist/blobdiff - release.sh
mkext3: pull partition info and image size from fstab
[xodist] / release.sh
index 8cca167fa7623e83d726d47019130b78cfcc2e76..6f17989a74cfb350099ce54080bd37b4e70f35a0 100755 (executable)
@@ -1,9 +1,9 @@
-#!/bin/sh -e
+#!/bin/bash -e
 
 # prepare a release
-for f in *.packages; do
-       desktop=$(echo $f | sed 's/\.packages//')
-       ./initchroot.sh --package-list ${f} \
+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" \
                        debxo-${desktop}