Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Commit

Permalink
Only checking out the part of the subversion repo we need
Browse files Browse the repository at this point in the history
  • Loading branch information
Sitwon committed Apr 16, 2014
1 parent 833d1a9 commit e42e142
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-final-module.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ if $CLEAN_FAKE_ROOT ;then
# libraries and executables under the hood of Byzantium.
for i in $(cat required_packages.txt | grep -v '^#') ; do
echo "Now installing $i to ${FAKE_ROOT}..."
xzm2dir $BUILD_HOME/byzantium/v0.5b/i386/$i ${FAKE_ROOT}
xzm2dir $BUILD_HOME/$i ${FAKE_ROOT}
echo "Done."
done

Expand Down
2 changes: 1 addition & 1 deletion vagrant-bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ EOF
ln -sf /root/.profile /root/.bashrc

pushd /root
svn co http://svn.virtadpt.net/byzantium
svn co http://svn.virtadpt.net/byzantium/v0.5b/i386/ byzantium
popd

0 comments on commit e42e142

Please sign in to comment.