diff options
author | James Valleroy <jvalleroy@mailbox.org> | 2015-01-04 13:12:26 -0500 |
---|---|---|
committer | James Valleroy <jvalleroy@mailbox.org> | 2015-01-04 13:12:26 -0500 |
commit | b2933f6a7b66a55519f6e453ba7b101378771947 (patch) | |
tree | 2b9b2315faca7a0675c0ff3936d72c0c3760032b | |
parent | 7d847d9b5e4331d3fbd614c145c19731031590c4 (diff) |
Checkout vmdebootstrap-0.6 tag to that patches won't need to be updated continuously.
-rwxr-xr-x | bin/fetch-new-vmdebootstrap | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/fetch-new-vmdebootstrap b/bin/fetch-new-vmdebootstrap index db044bf..d9aedf5 100755 --- a/bin/fetch-new-vmdebootstrap +++ b/bin/fetch-new-vmdebootstrap @@ -7,6 +7,7 @@ else git clone git://git.liw.fi/vmdebootstrap vendor/vmdebootstrap fi cd vendor/vmdebootstrap +git checkout tags/vmdebootstrap-0.6 for f in ../../vendor-patches/vmdebootstrap/* ; do patch -p1 < $f done |