aboutsummaryrefslogtreecommitdiff
path: root/package-existing-installed-chroot
diff options
context:
space:
mode:
authorWookey <wookey@repo.linaro.org>2014-03-26 17:43:39 +0000
committerWookey <wookey@repo.linaro.org>2014-03-26 17:43:39 +0000
commitb343d2d76c1ae44da372472cfbeb80f7e917e6ef (patch)
tree2ed399de01c327fe6c9846d9b8cdc6fc97ebf647 /package-existing-installed-chroot
Create new repo with scripts, key and readme for making cross-chroots for linaro CIHEADmaster
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