Commit graph

301 commits

Author SHA1 Message Date
Will Farrington
5c339675c8 Merge pull request #259 from sankage/outdated-gemfile
update gemfile to use current boxen gem
2013-04-28 17:57:55 -07:00
David Briggs
4fd87ea316 update vender cache 2013-04-28 17:40:55 -04:00
David Briggs
aa35055ade update gemfile to use current boxen gem 2013-04-28 17:00:44 -04:00
Jonathan Wallace
939a6f25a7 Update .gitignore
.projects should be ignored by default based on https://github.com/boxen/our-boxen/issues/48#issuecomment-13660086
2013-04-25 17:24:57 -03:00
Omar Porras
4e143c370f Updated scripts to allow for the use of the --receipts and --gitconfig flags 2013-04-22 07:32:11 -05:00
Eugene Vilensky
09873beeba Minor grammatical edit
I think in this case "bootstrap" is already a verb.
2013-04-18 18:45:32 -05:00
Matt Bridges
7f9e2dbebc No hard drive encryption
Some users may not want to encrypt their hard drive, so make
sure they know the option exists to not have to encrypt their
hard drive.
2013-04-15 12:15:48 -05:00
Johan Haals
08009e9b07 Updates README
Noticed that Boxen won't run people/manifests/user-name.pp if it
includes dash
2013-04-05 13:41:07 +02:00
Johan Haals
3c1301dba0 Merge pull request #202 from toolbear/patch-1
Small typo and grammar correction in modules doc
2013-03-27 10:11:21 -07:00
Johan Haals
123432b852 Merge pull request #150 from petems/add_nuke_instructions
Added 'nuke' instructions.
2013-03-27 10:10:13 -07:00
Tim Taylor
176f1a4d6a Small typo and grammar correction in modules doc 2013-03-26 20:14:57 -03:00
Johan Haals
d512c2e310 Merge pull request #199 from josh-/master
Update README
2013-03-23 07:10:21 -07:00
Josh Parnham
e977e27d49 Update README 2013-03-23 21:40:47 +11:00
Will Farrington
72517b2a12 Bump homebrew to fix incompatibilities 2013-03-11 15:36:17 -04:00
Will Farrington
20ad8323cb Use full paths to bins in script/bootstrap 2013-03-11 14:13:21 -04:00
petems
ed5588375a Added 'nuke' instructions. 2013-03-08 00:01:30 +00:00
Will Farrington
0218b35b20 Merge pull request #148 from jperl/master
Added initial FAQ
2013-03-07 14:29:32 -08:00
Jon Perl
34dcce6911 initial faq 2013-03-07 16:21:36 -05:00
Will Farrington
ebf3abbcb7 Merge pull request #136 from paxan/warn-about-sudo
Minor nit: be informative about impending "sudo" activity.
2013-03-07 08:50:48 -08:00
Pavel Repin
e359be2cb1 Further clarification about Bundler installation. 2013-03-07 08:46:52 -08:00
Will Farrington
ee9b6983a2 Merge pull request #120 from kevinSuttle/master
Correct Typo In README
2013-03-07 08:14:37 -08:00
Pavel Repin
53e3c284bb Use "sudo -p" with informative prompt instead of echo.
Won't show the prompt if sudo hasn't timed out since
previous authorized sudo activity.
2013-03-06 01:50:03 -08:00
Pavel Repin
e9284cd796 Be informative about impending "sudo" activity. 2013-03-05 23:13:54 -08:00
Will Farrington
8d4836e6a0 Merge branch 'master' of https://github.com/boxen/our-boxen 2013-03-05 21:49:56 -08:00
Will Farrington
a5db44c855 new class names 2013-03-05 21:49:31 -08:00
Will Farrington
62e5972606 Merge pull request #134 from ericanderson/revert_126
Revert "allow bundler 1.x releases" from #126
2013-03-05 19:57:09 -08:00
Eric Anderson
28f684037a Revert "allow bundler 1.x releases" from #126
This reverts commit 8153b926de.
2013-03-05 22:30:14 -05:00
Will Farrington
8088edd47f Bump modules 2013-03-05 17:35:51 -08:00
Will Farrington
ccc38151af Merge pull request #116 from pedrogimenez/patch-1
Update Puppetfile
2013-03-05 14:16:39 -08:00
Will Farrington
1df99f2bc6 Merge pull request #123 from paxan/dont-die-when-head-is-detached
Don't panic if your HEAD is detached
2013-03-05 14:02:33 -08:00
Pavel Repin
9c3b169156 It's cleaner to have another case: "not on any branch". 2013-03-05 13:57:03 -08:00
Will Farrington
f5ce26c397 Merge pull request #126 from indirect/bundler_update
Allow Bundler 1.x releases
2013-03-05 13:25:35 -08:00
Andre Arko
8153b926de allow bundler 1.x releases 2013-03-05 13:14:16 -08:00
Pavel Repin
549f113930 Don't die if HEAD ref is not symbolic.
Examples of situations when HEAD is not symbolic:

 * You're doing interactive rebase
 * You're using git bisect
 * ... and so on.
2013-03-05 12:23:38 -08:00
Kevin Suttle
320ad92e4d Correct typo in README
s/bothers/others
2013-03-05 14:29:52 -05:00
Pedro Gimenez
3575103359 Update Puppetfile 2013-03-05 13:47:32 +01:00
Will Farrington
c3808d88b6 README overhaul 2013-03-04 23:16:43 -08:00
Will Farrington
766f9c4894 Merge pull request #88 from indirect/faster_boxen
speed up all invocations of boxen
2013-03-04 15:10:58 -08:00
Will Farrington
c766b578c1 Merge pull request #87 from indirect/my-config
work with EDITOR like 'mate -w'
2013-03-04 15:07:06 -08:00
Will Farrington
b97c0e9969 Merge pull request #86 from indirect/bundler_bootstrap
Fix bundler version install stanza
2013-03-04 15:06:29 -08:00
Will Farrington
75a9261cd3 Update README for Puppet Module sharing docs 2013-03-05 07:51:08 +10:00
Andre Arko
bfe6c82f43 speed up all invocations of boxen
when running Bundler, it just so happens that --local should (but does not)
skip updating the gems in vendor/cache. explicitly skipping that update drops
most of a second off of every run of boxen.
2013-03-02 00:41:16 -08:00
Andre Arko
b4a63adcab install the version you're checking for 2013-03-01 15:31:38 -08:00
Andre Arko
8229fe238a work with EDITOR like 'mate -w' 2013-03-01 15:23:49 -08:00
Will Farrington
3a6e8ee440 Merge pull request #85 from boztek/nuke-delete-receipts
Fix script/nuke to properly delete receipts
2013-02-28 20:02:39 -08:00
Boris Gordon
f6572da4e8 script/nuke failed to delete receipts
Can't use a bare system call because we need globbing
2013-03-01 14:13:33 +11:00
Will Farrington
06d4ab1375 Merge pull request #83 from rweng/patch-1
change $USER to ${USER} to avoid history expansion
2013-02-28 12:45:10 -08:00
Robin Wenglewski
8d29c7b59d change $USER to ${USER} to avoid history expansion
see [here](http://stackoverflow.com/questions/15140221/weired-zsh-behavior-how-to-debug/)
2013-02-28 19:24:07 +01:00
Will Farrington
0b590ebc49 Refactor git handling 2013-02-28 14:24:10 +11:00
Will Farrington
0ab88d8b30 Merge pull request #74 from j2sol/master
Update boxen-my-config for the proper login env
2013-02-26 22:07:36 -08:00