Skip to content
Snippets Groups Projects
Commit 14f245c9 authored by Bob Mottram's avatar Bob Mottram
Browse files

Use a different vmdebootstrap repo

parent c6bd47f8
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -31,11 +31,14 @@ PROJECT_NAME='freedombone'
export TEXTDOMAIN=${PROJECT_NAME}-image-vmdebootstrap
export TEXTDOMAINDIR="/usr/share/locale"
VMDEBOOTSTRAP_REPO="https://github.com/bashrc/vmdebootstrap"
VMDEBOOTSTRAP_COMMIT='bashrc/freedombone'
mkdir -p vendor
if [ -d vendor/vmdebootstrap ] ; then
(cd vendor/vmdebootstrap; git checkout .; git pull)
else
git clone git://git.liw.fi/vmdebootstrap vendor/vmdebootstrap
git clone $VMDEBOOTSTRAP_REPO vendor/vmdebootstrap
fi
if [ ! -d /usr/share/distro-info ]; then
......@@ -101,8 +104,4 @@ EOF
fi
cd vendor/vmdebootstrap
git checkout tags/vmdebootstrap-0.8 -b tags/vmdebootstrap-0.8
for f in ../../vendor-patches/vmdebootstrap/* ; do
echo applying $(basename $f)
patch -p1 < $f
done
git checkout $VMDEBOOTSTRAP_COMMIT -b $VMDEBOOTSTRAP_COMMIT
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment