Commit History

Author SHA1 Message Date
  Tianon Gravi 36fd6325eb Add new deprecated.sh that wraps both build.sh and push.sh with a nice warning 11 years ago
  Joe Ferguson 6ac7163cf6 Finish combining to one script, make nifty helpers 11 years ago
  Joe Ferguson 6426164142 Combining build.sh with push.sh 11 years ago
  Tianon Gravi 79f3ddfb00 Add support for "--docker" for custom binary use 11 years ago
  Tianon Gravi 275d958d14 Clean up the clone/fetch output 11 years ago
  yosifkit 1dd9118804 Merge pull request #237 from infosiftr/readme 11 years ago
  Joe Ferguson ffa8c6fab4 Documentation for bashbrew (with fixes in script usage) 11 years ago
  Tianon Gravi 2eea21c9f3 Fix "git fetch" lines to work in "detached head" state 11 years ago
  Tianon Gravi f9ae195153 Use "git show" to get the Dockerfile for deferring based on FROM 11 years ago
  Tianon Gravi 3ff8271e4e Add a few minor tweaks to bashbrew for consistency 11 years ago
  Tianon Gravi 594f905bfc Update style to match the rest of the script 11 years ago
  Joe Ferguson fa13ee6d2a Fail in library files that have whitespace after the dir 11 years ago
  Tianon Gravi 94b96d392b Fix bug where lowercase FROM instruction was ignored 11 years ago
  Tianon Gravi d0b9251b6e Add support for direct building of a URL 11 years ago
  Tianon Gravi 21f3f86b86 Use a more resilient "checkout ref" one-liner 11 years ago
  Tianon Gravi e6c8217602 Update "failure" language to be easier to Ctrl+F for in the Travis logs 11 years ago
  Tianon Gravi 90522747c2 Add better issue handling so we can track and capture exceptional circumstances 11 years ago
  Tianon Gravi a1b9407c06 Update verbiage to be more consistent and note when builds fail instead of just stopping 11 years ago
  Tianon Gravi 0bb1458242 Update git-set-mtimes script to also set directory timestamps and to use the "author date" instead of the "committer date" since that's what's shown in a bare "git log" (so it ends up being less surprising) 11 years ago
  Tianon Gravi 74ffdec38b Add more shiny logging 11 years ago
  Tianon Gravi 97088cc61f Disable "gc.auto" for all our cloned repos to help ensure dangling commits don't get reclaimed (since we might need them later) 11 years ago
  Tianon Gravi b722081975 Tweak build/clone logic to always do a checkout, and to bail gracefully when a commit doesn't exist (skipping the relevant repoTag build) 11 years ago
  Tianon Gravi f2dc1a4520 Add magic support for direct operation on files 11 years ago
  Tianon Gravi 17b5e5ed96 Update "git fetch" with intelligence about when to go fetch (ie, if we don't have the ref specified) 11 years ago
  Tianon Gravi aab52cc4ac Use magic extglob bash syntax instead of explicitly ignoring MAINTAINERS in our loop 11 years ago
  Tianon Gravi 0bb8413533 Parameterize library, src, logs, and namespaces 11 years ago
  Joe Ferguson abc398240b getopt added for much beauty 11 years ago
  Joe Ferguson a924fa6418 warn users about unknown 'repo:tag' combinations 11 years ago
  Joe Ferguson ba777ec6ee add usage, only build all with `--all` argument 11 years ago
  Tianon Gravi ecaba83023 Add actual building and some handy logging 11 years ago