1
0
Fork 0
Commit Graph

64 Commits

Author SHA1 Message Date
Sean Knox be298839fa Fix to support LLVM/ruby that ships with Xcode 5.1 2014-04-18 10:13:50 -07:00
Stepan Stipl 91eaef3628 Fix for when is GNU sed installed in homebrew with --default-names 2014-04-01 00:54:41 +01:00
Idris Mokhtarzada fec988ebda Don't let .DS_Store files break script/bootstrap
Fixes boxen/our-boxen#512

In particular, I have seen problems with the following hidden files that Mac creates:
- `.DS_Store`
- `.!59508!.DS_Store`
- `.!59554!.DS_Store`
2014-03-30 18:21:38 -04:00
Rafael Mendonça França 0d66ea7b72 Revert "Merge pull request #531 from stepanstipl/fix-gnu_sed"
This reverts commit 4de4bf9a0a, reversing
changes made to 9adae9897d.

This broke Mac OS X sed
2014-03-26 18:06:47 -03:00
Rafael Mendonça França 4de4bf9a0a Merge pull request #531 from stepanstipl/fix-gnu_sed
Fix to work with GNU sed

Conflicts:
	script/bootstrap
2014-03-26 14:13:27 -03:00
Mark Tareshawty a551f3275b updated ruby deps 2014-03-23 12:49:03 -04:00
Stepan Stipl 8711268017 Fix for GNU sed 2014-03-16 00:32:43 +00:00
Pierre Dulac 4ccf33b85e Use the nodenv layout instead of the old nvm one 2014-03-14 01:11:13 +01:00
John Bellone 79a74a6555 Update script/bootstrap sudo to pass environment variables.
When executing a boxen run from inside the corporate firewall we need to pass
proxies through to sudo so that bundler will be installed properly as root.
2013-12-26 12:49:03 -05:00
grosser 982d687ce6 remove unused variable 2013-12-18 15:46:19 -08:00
Sean Knox eec889719e Short term hack to unbreak boxen-git-credential on 10.8 systems 2013-12-09 11:57:40 -08:00
Andre Arko 7c0f1c9086 set shebang in gem bins to system ruby 2013-12-05 16:04:14 -08:00
Andre Arko a8f0b60571 force UTF-8 encoding 2013-11-15 23:12:00 -08:00
Morgan Delagrange cf69886ac9 updating github enterprise support for 2fa 2013-10-09 15:23:57 -05:00
Yossef Mendelssohn 93e300a317 Merge pull request #387 from boxen/pull_less
don't auto-update on some local-only operations
2013-09-09 14:45:31 -07:00
Ben Toews c3a5ff956f bump boxen and change credential script to support 2fa. 2013-09-06 14:47:03 -06:00
Yossef Mendelssohn 4a946c2b86 also turn off pulling for service manipulation 2013-08-25 13:05:05 -04:00
Yossef Mendelssohn 15e1b5990f switch around the no-pull arg check 2013-08-25 13:04:58 -04:00
Yossef Mendelssohn fb99e60ca9 add more args to turn off pulling 2013-08-25 13:04:45 -04:00
Yossef Mendelssohn 97c386a836 undo accidental changes to master
This reverts commits 5b4b7223c2,
fe2933519c, and
9f2cfbaed0.

This gets us back to 11ea991577.
2013-08-25 13:03:44 -04:00
Yossef Mendelssohn 5b4b7223c2 also turn off pulling for service manipulation 2013-08-25 13:00:17 -04:00
Yossef Mendelssohn fe2933519c switch around the no-pull arg check 2013-08-25 12:59:03 -04:00
Yossef Mendelssohn 9f2cfbaed0 add more args to turn off pulling 2013-08-25 12:55:43 -04:00
Will Farrington f7e1bcaab3 Don't put our xcrun shim on path for 10.9 2013-07-19 12:36:27 -07:00
Morgan Delagrange 26833e8753 fixing git credential helper for GitHub Enterprise 2013-07-17 10:55:49 -05:00
Andre Arko 3ea3fc01b3 use gem list -i 2013-07-06 10:06:26 -07:00
Adam Ochonicki a260b6f6b0 Bundler ~> 1.3.0 check
Fixes #79
2013-07-06 11:28:07 -04:00
Rafael Mendonça França 929ba27365 Merge pull request #251 from porvak/feature/fix-nuke-flags
nuke script not using receipts or gitconfig flags
2013-06-24 19:58:40 -07:00
Benjamin Grandfond e3b245f102 Replace dashes by underscores in GitHub usernames 2013-06-14 04:06:32 +02: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
Will Farrington 20ad8323cb Use full paths to bins in script/bootstrap 2013-03-11 14:13:21 -04:00
Pavel Repin e359be2cb1 Further clarification about Bundler installation. 2013-03-07 08:46:52 -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
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 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
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
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
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
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 0b590ebc49 Refactor git handling 2013-02-28 14:24:10 +11:00
Jesse Keating 1e9e967472 Update boxen-my-config for the proper login env 2013-02-22 23:53:32 -08:00
Will Farrington f54871efa0 one dot oh 2013-02-14 18:11:12 -08:00
Will Farrington d4af4bf811 Update our boxen template with the latest and greatest 2013-02-12 16:41:56 -08:00
Will Farrington 3b06d26165 better error messages about auto updating 2013-02-06 21:59:26 -08:00