Skip to content

Commit

Permalink
Leave .built
Browse files Browse the repository at this point in the history
  • Loading branch information
davedoesdev committed Mar 29, 2016
1 parent 17de411 commit c9e38c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis-ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if ! build >& "../$logf"; then
fi
cd ..
tail -n 100 "$logf"
sudo rm -rf /tmp/chroot/home/source
find /tmp/chroot/home/source -mindepth 1 -maxdepth 1 -not -name '*.built' -exec sudo rm -rf {} +
df -h
mkdir /tmp/home
# mount home without recursive bind to get rid of its xroot bind mounts
Expand Down
4 changes: 2 additions & 2 deletions aboriginal_scripts/build_heddle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ if [ -n "$chroot_build" ]; then
cp -r --remove-destination "$OVERLAY_DIR/." "$ROOT_DIR"
sudo mount -o bind "$ROOT_DIR" /tmp/chroot
sudo mount -o remount,ro /tmp/chroot
if [ -d /tmp/heddle_home ]; then
sudo mount -o bind /tmp/heddle_home /tmp/chroot/home
if [ -d "$HERE/../home" ]; then
sudo mount -o bind "$HERE/../home" /tmp/chroot/home
else
sudo mount -o loop "$HDB" /tmp/chroot/home
fi
Expand Down

0 comments on commit c9e38c6

Please sign in to comment.