summaryrefslogtreecommitdiff
path: root/build_stage3_package.sh
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-02-24 21:16:25 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-02-24 21:16:25 +0100
commit2d2dc3a222e422e49082e0031ac53118c1957a7e (patch)
tree0acfb0af550d42ae8d9a725436086847cd437e19 /build_stage3_package.sh
parentb85491e9868b78d1779acb08e9b6718cc17ff141 (diff)
downloadbootstrap32-2d2dc3a222e422e49082e0031ac53118c1957a7e.tar.xz
building stage3 up to joe
Diffstat (limited to 'build_stage3_package.sh')
-rwxr-xr-xbuild_stage3_package.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/build_stage3_package.sh b/build_stage3_package.sh
index fa2d018..1c1242e 100755
--- a/build_stage3_package.sh
+++ b/build_stage3_package.sh
@@ -119,10 +119,10 @@ if test "$(find "$STAGE3_PACKAGES" -regex ".*/$PACKAGE-.*pkg\\.tar\\.xz" | wc -l
# there, packages seem to reappear in old versions)
ssh -i $CROSS_HOME/.ssh/id_rsa root@$STAGE1_MACHINE_IP bash -c "'
- rm -rf /var/cache/pacman/pkg/*
- rm -rf /packages/$TARGET_CPU/temp.db*
- rm -rf /packages/$TARGET_CPU/temp.files*
- repo-add /packages/$TARGET_CPU/temp.db.tar.gz /packages/$TARGET_CPU/*pkg.tar.xz
+# rm -rf /var/cache/pacman/pkg/*
+# rm -rf /packages/$TARGET_CPU/temp.db*
+# rm -rf /packages/$TARGET_CPU/temp.files*
+# repo-add /packages/$TARGET_CPU/temp.db.tar.gz /packages/$TARGET_CPU/*pkg.tar.xz
'"
# install onto stage 1 system via pacman