Commit a32baeef465d2f9fdc210887589c9ae6a7d7d081

Authored by John Barnette
1 parent 229b4df43f

Remove librarian-puppet config like bundler

Showing 1 changed file with 1 additions and 0 deletions Inline Diff

#!/bin/sh 1 1 #!/bin/sh
# Make sure all our local dependencies are available. 2 2 # Make sure all our local dependencies are available.
3 3
# FIX: only sudo if gem home isn't writable 4 4 # FIX: only sudo if gem home isn't writable
5 5
(gem spec bundler -v '~> 1.2.0' > /dev/null 2>&1) || 6 6 (gem spec bundler -v '~> 1.2.0' > /dev/null 2>&1) ||
sudo gem install bundler --no-rdoc --no-ri 7 7 sudo gem install bundler --no-rdoc --no-ri
8 8
# We don't want old config hanging around. 9 9 # We don't want old config hanging around.
10 10
rm -rf .bundle/config 11 11 rm -rf .bundle/config
12 rm -rf .librarian/puppet/config
12 13
# Export CC to explicitly set the compiler used for cexts. 13 14 # Export CC to explicitly set the compiler used for cexts.