Alois Mahdal
a09e811694
Bump version to 0.0.5
Overview of changes:
* Added forgotten saturnin macros
4 years ago
Alois Mahdal
aecb29a3cd
Add forgotten saturnin macros
4 years ago
Alois Mahdal
343428c8c5
Bump version to 0.0.4
Overview of changes:
* Fixed grep ambiguities
* Switched to newer branch naming scheme
* Updated for newer saturnin
* Updated MKit to v0.0.40
4 years ago
Alois Mahdal
7292a6539f
Update MKit to v0.0.40
6 years ago
Alois Mahdal
1f751aff5d
Switch to newer branch naming scheme
4 years ago
Alois Mahdal
5b1ef1bd55
Update for newer saturnin
4 years ago
Alois Mahdal
c928c56273
Avoid grep ambiguities
Where regular expression is read from a variable and -e argument is not
provided, the resulting call may end up being interpreted as grep
argument, This can be pretty dangerous, eg. if the variable expands to
`--help`, grep help is shown and grep exits with zero, which would be
interprered as match. Another example is when the variable expands to
a valid grep parameter; this would mean that next argument would be
interprered by grep as the regex, and if the argument after that would
be missing, grep would read stdin, resulting in data messup or grep waiting
indefinitely.
6 years ago
Alois Mahdal
3e672ba172
Bump version
Overview of changes:
* Updated for Saturnin v0.5.0+
* Dependency version ranges are now controlled by macros
6 years ago
Alois Mahdal
4874dab20c
Update for Saturnin v0.5.0+
6 years ago
Alois Mahdal
3cfa8bebd5
Use macros for dependency version ranges
6 years ago
Alois Mahdal
335f1aaccf
Bump version
Overview of changes:
* Improved error handling in dottum-install
* Published and document API globals properly
* Cleaned up packaging
6 years ago
Alois Mahdal
196eaa37bf
Publish and document API globals properly
6 years ago
Alois Mahdal
b4473f06f4
Catch invalid argument for usage error
6 years ago
Alois Mahdal
cbf4c70c1f
Report invalid $Action value properly as bug
6 years ago
Alois Mahdal
afc7ad59ef
Make use of usage errors from newer pretty.sh
6 years ago
Alois Mahdal
631d858bd2
Prefer %global as FPG requires
6 years ago
Alois Mahdal
e74e4ea435
Add missing help file
6 years ago
Alois Mahdal
f959b379e1
Bump version
Overview of changes:
* Added first working version
6 years ago
Alois Mahdal
175159a7f0
Import working code
7 years ago
Alois Mahdal
fe64de39ac
Initial commit
7 years ago