Commit Graph

3 Commits

Author SHA1 Message Date
Carl Mercier
3f93010eaa Merge pull request #1 from mrscotty/develop
Add SHOESTRAP_BASE environment variable
2012-11-19 07:33:48 -08:00
Scott T. Hardin
1befe67317 Add SHOESTRAP_BASE environment variable
This adds SHOESTRAP_BASE to helpers/default, which
allows the cookbook file to be stored separately from
the rest of the shoestrap stuff, making the shoestrap
directory less cluttered. For example:

Old way:

  (cd /shoestrap && ./test1.book)

New way (with cookbook moved to subdirectory 'books/'):

  (cd /shoestrap && SHOESTRAP_BASE=/shoestrap ./books/test1.book)
2012-11-19 13:40:53 +01:00
Carl Mercier
dfab18817e initial commit 2012-03-21 16:05:28 -04:00