51213e8786
Fix test again, now that we got confirmed failures out of Travis OSX #10
2016-02-23 10:21:43 +01:00
6dc7e1f92a
Don't use a subshell to handle diff failures. Refs #10
2016-02-23 10:16:58 +01:00
c111725665
Purposely fail. Does this pass OSX Travis build?
2016-02-23 10:10:39 +01:00
abb480c394
Use accptst prefix so we can re-use this thing elsewhere
2016-02-23 10:06:45 +01:00
fa7f217556
Update README.md
2016-02-23 09:47:11 +01:00
32e061c102
Merge pull request #9 from zbeekman/mangle-long-opts
...
Mangle long-option names to allow dashes
2016-02-23 09:46:21 +01:00
1143670cae
Update expected test output
2016-02-22 10:11:12 -05:00
a86d8d82b1
Mangle long-option names to allow dashes
...
Fixes problem where long options with dashes, like `--no-color` were
broken. This was due to the fact that bash variable names must match
`[_a-zA-Z][_0-9a-zA-Z]*` and the usage parsing and option handling was
trying to create variables with dashes in their names. Short of
employing Bash4 associative arrays, "name mangling" seemed like the
best solution to this problem.
Solution: map dashes to underscores when creating bash variables in the
script that correspond to long option flags. The downside of this is
that `--no_color` and `--no-color` will collide, but users expecting to
use options that are identical except one has an underscore and the
other has a dash deserve the ensuing confusion.
2016-02-19 23:25:09 -05:00
db690268ea
Whitespace
2016-02-17 13:46:05 +01:00
d43cecf24a
No longer try to use gsed in templater on OSX thanks to .bak workaround
2016-02-17 13:44:28 +01:00
0917b75cb9
Commit version info next time
2016-02-17 13:43:00 +01:00
a6d2a2ad2f
Version info
2016-02-17 13:42:26 +01:00
366d8c7c9c
Update version
2016-02-17 13:41:46 +01:00
0001bfe30c
Release 2.0.0
v2.0.0
2016-02-17 13:41:45 +01:00
2b46168792
Breaking release means new major
2016-02-17 13:39:05 +01:00
1271bf807d
Add tests for megamount
and follow Library export best practices
2016-02-17 13:38:55 +01:00
583efe734b
Whitespace
2016-02-17 13:35:25 +01:00
07ab2a95b4
Remove bump & semver from src (BREAKING)
2016-02-17 13:35:17 +01:00
7fbf9ea8e5
Add tests for templater
and follow Library export best practices
2016-02-17 13:19:03 +01:00
707583a93c
Fix paths
2016-02-17 13:01:18 +01:00
e538a2be34
Rename inival->ini_val
2016-02-17 12:58:28 +01:00
c3f5bcf8c9
Add tests for parse_url
and follow Library export best practices
2016-02-17 12:58:18 +01:00
180282d97d
Add tests for ini_val
and follow Library export best practices
2016-02-17 12:48:57 +01:00
b404c87999
Place version in src too
2016-02-17 12:48:46 +01:00
f2823681d0
Update changelog
2016-02-17 09:54:52 +01:00
67f2eafc81
Update version
2016-02-17 09:53:20 +01:00
c8773b999b
Release 1.2.1
v1.2.1
2016-02-17 09:53:19 +01:00
591642cb38
Release automation
2016-02-17 09:53:01 +01:00
c3297e4a7a
Better versioning
2016-02-17 09:35:59 +01:00
619688bb0f
Merge pull request #8 from kvz/node-less-ci
...
Bypass npm on Travis so we don't require node at all
2016-02-17 09:01:07 +01:00
1557e9d66a
Bypass npm on Travis so we don't require node at all
2016-02-17 08:44:32 +01:00
72cea95865
Document travis.yml
2016-02-17 08:41:35 +01:00
33887625a7
Update README.md
2016-02-17 08:39:15 +01:00
c4b4f44676
Merge pull request #6 from zbeekman/test-osx-too
...
Test on OSX and Linux on Travis-CI
2016-02-17 08:30:09 +01:00
f114dea34d
Test on OSX and Linux on Travis-CI
2016-02-17 00:09:48 -05:00
0c4a6c78e5
Doc improvements
2016-02-16 22:41:01 +01:00
980a5950d6
Add release-date
2016-02-16 22:25:18 +01:00
cc57b8db69
Release 1.2.0
v1.2.0
2016-02-16 22:23:42 +01:00
2019c5146a
Upgrade version
2016-02-16 22:23:28 +01:00
d365e8dcea
Allow disabling colors via NO_COLOR
environment variable
2016-02-16 22:19:40 +01:00
915f858d5e
Add __os
magic var
2016-02-16 22:19:08 +01:00
cbe70aa80e
Put comments on own line
2016-02-16 22:09:28 +01:00
ff907092a3
Document caveats
2016-02-16 22:08:27 +01:00
cdc69d9e03
Update colors
2016-02-16 22:05:19 +01:00
56721e9cd5
Add test for longopt parsing
2016-02-16 22:05:11 +01:00
df3d535ab1
Make long option parsing work on OSX's BSD awk 20070501
2016-02-16 21:59:38 +01:00
894c7fe538
Wording
2016-02-16 21:58:51 +01:00
2196cc4411
Add __base
magic var
2016-02-16 21:58:25 +01:00
5b4800bad8
Try sudo:false once more
...
For
https://github.com/travis-ci/travis-ci/issues/5638#issuecomment-18486180
0
2016-02-16 21:27:08 +01:00
472c9e3b74
Fix markdown inconsistencies
2016-02-16 21:25:59 +01:00