aboutsummaryrefslogtreecommitdiff
path: root/package-existing-installed-chroot
diff options
context:
space:
mode:
Diffstat (limited to 'package-existing-installed-chroot')
-rwxr-xr-xpackage-existing-installed-chroot13
1 files changed, 13 insertions, 0 deletions
diff --git a/package-existing-installed-chroot b/package-existing-installed-chroot
new file mode 100755
index 0000000..a4816f6
--- /dev/null
+++ b/package-existing-installed-chroot
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+BASEPATH=~/repobits/crosschroots
+
+for chroot in saucy
+do
+cp /srv/chroots/${chroot}-cross-buildd.tgz ${BASEPATH}/${chroot}-crosschroot/srv/chroots/
+(cd ${BASEPATH}/${chroot}-crosschroot; chown -R root: *)
+tar -C ${BASEPATH}/${chroot}-crosschroot -czvf ${chroot}-crosschroot.tgz .
+fakeroot alien --version 0.7 ${chroot}-crosschroot.tgz
+done
+
+ \ No newline at end of file