Sha256: e28894065af300354b624e06a33c0450630b30b559ebde64de79755ec251c398
Contents?: true
Size: 915 Bytes
Versions: 2
Compression:
Stored size: 915 Bytes
Contents
all: remote.1/HEAD remote.2/HEAD remote.1/HEAD : remote.1.vendor.rb rm -rf remote.1 remote.wip mkdir remote.wip cp remote.1.vendor.rb remote.wip/Vendorfile @set -e -x ; \ cd remote.wip ; \ git init ; \ git add Vendorfile ; \ git commit -m Vendorfile ; \ vendor install git clone --mirror --bare remote.wip remote.1 cd remote.1 ; git gc --aggressive ifndef KEEP_WIP rm -rf remote.wip endif remote.2/HEAD: remote.2.vendor.rb remote.1/HEAD rm -rf remote.2 remote.wip git clone remote.1 remote.wip cp remote.2.vendor.rb remote.wip/Vendorfile @set -e -x ; \ cd remote.wip ; \ git checkout --detach ; \ git fetch origin '+refs/*:refs/*' ; \ git checkout master ; \ git add Vendorfile ; \ git commit -m bump ; \ vendor update git clone --mirror --bare remote.wip remote.2 cd remote.2 ; git gc --aggressive ifndef KEEP_WIP rm -rf remote.wip endif
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vendorificator-0.6.0 | features/fixtures/git/Makefile |
vendorificator-0.5.3 | features/fixtures/git/Makefile |