Alois Mahdal
5501e57239
Bump version
11 gadus atpakaļ
Alois Mahdal
58e3f47d7c
Echo exit status along with command output
11 gadus atpakaļ
Alois Mahdal
7480ac331a
Add some debug calls for tough times
11 gadus atpakaļ
Alois Mahdal
32efb7997b
Fix creation of temp dir for artifacts list
11 gadus atpakaļ
Alois Mahdal
a75b864506
Give up if target directory exists
11 gadus atpakaļ
Alois Mahdal
e4812ef985
Revamp collect_artifacts interface
* Support `date`'s +FORMAT notation.
* Use FFOO_TESTING_ARTIFACTS if argument not provided
11 gadus atpakaļ
Alois Mahdal
31700eada8
Remove osolete variable
11 gadus atpakaļ
Alois Mahdal
dde6085eef
Remove "dangerous" debug call
Debug calls with command line to be executed are dangerously easy
to become obsolete and misinforming. They should be only used ad-
hoc for a very short time (i.e. when debiugging the command), or
replaced by construct such as
cmd="some command --with args | maybe pipe"
debug -v cmd
$cmd
provided it's safe.
11 gadus atpakaļ
Alois Mahdal
fb0cf6bc6f
Fix pkg leaking to upper in stack
11 gadus atpakaļ
Alois Mahdal
b038055603
Fix obsolete function name
11 gadus atpakaļ
Alois Mahdal
8e35c50847
Make --version* matching more strict
11 gadus atpakaļ
Alois Mahdal
4b409f2d18
Fix version parameter parsing error
11 gadus atpakaļ
Alois Mahdal
b5ce19caec
Add some debug
11 gadus atpakaļ
Alois Mahdal
ee83d77181
Update usage patterns
11 gadus atpakaļ
Alois Mahdal
29624d6522
Use "full" for full version number
Semver is implied for all forms of version information, not just the
particular one.
11 gadus atpakaļ
Alois Mahdal
86e676e8e1
Reduce code repetition
11 gadus atpakaļ
Alois Mahdal
eef06a18c7
Remove unnecessary .ini reference
11 gadus atpakaļ
Alois Mahdal
3d8d4dbfb0
Compact argument processing
11 gadus atpakaļ
Alois Mahdal
7b07f23dc1
Enhance version_info to support SemVer
11 gadus atpakaļ
Alois Mahdal
5b81d36950
Simplify lsfun()
11 gadus atpakaļ
Alois Mahdal
b36cef071c
Move function listing to separate function
11 gadus atpakaļ
Alois Mahdal
00f4536bc9
Make filename guess more debuggable
11 gadus atpakaļ
Alois Mahdal
fa05afa3df
Change assert_linecout to use only STDIN
11 gadus atpakaļ
Alois Mahdal
6022359006
Fix file guessing
Guess is now section head + FFOO_INI_SUFFIX, to allow for customized
config trees.
11 gadus atpakaļ
Alois Mahdal
b2544b48b8
Remove FFOO_DATA_DIR variable
11 gadus atpakaļ
Alois Mahdal
2a6a70f5e0
Update manpage a little
11 gadus atpakaļ
Alois Mahdal
d3c8611d8f
Do not read from stdin by default, guess filename instead
11 gadus atpakaļ
Alois Mahdal
8169d28197
Fix *INIPATH variable name to comply with convention
The (not sure if )written convention is that module's variable names
should be composed as
FFOO_BAR_BAZ
for variable bearing *baz* in module named *bar*.
11 gadus atpakaļ
Alois Mahdal
65c9828c07
Add plus sign to valid URI character
11 gadus atpakaļ
Alois Mahdal
43943596e1
Bump version
11 gadus atpakaļ
Alois Mahdal
44e7ee5067
Remove unnecessary tool from `any_install()`
The stack now supports passing down parameters to yum, so there's no
need to another case.
11 gadus atpakaļ
Alois Mahdal
8ec6352a5d
Do not drop all after second equal sign
Allow passing doen yum arguments like `--enablerepo="*"`
11 gadus atpakaļ
Alois Mahdal
df378d134e
Simplify `yum_install*()` using `select_args()`
11 gadus atpakaļ
Alois Mahdal
9a1f192c9d
Add new core util function: `select_args()`
11 gadus atpakaļ
Alois Mahdal
903e19549e
Make yummy argv-based
11 gadus atpakaļ
Alois Mahdal
139fa61084
Make `warn()` skip empty files
11 gadus atpakaļ
Alois Mahdal
c0344df696
Use `think()`
11 gadus atpakaļ
Alois Mahdal
a6c2eb0785
Fix dead assert (would never fail)
11 gadus atpakaļ
Alois Mahdal
0a3b66d698
Fix infinite loop
11 gadus atpakaļ
Alois Mahdal
858c36efa8
Fix unnecessary use of `-l` in `usage_is()`
11 gadus atpakaļ
Alois Mahdal
1406360348
Fix dead `warn()` (unable to ever print a thing)
11 gadus atpakaļ
Alois Mahdal
8f9ec9f2a2
Fix outdated syntax in test
11 gadus atpakaļ
Alois Mahdal
b0214aeefa
Bump version
11 gadus atpakaļ
Alois Mahdal
22eb0090b4
Add nice example of test written in fastfoo
11 gadus atpakaļ
Alois Mahdal
af370c2d30
Revamp ffmanage as meta command ffoom
11 gadus atpakaļ
Alois Mahdal
cbdccb036b
Update docs a bit
11 gadus atpakaļ
Alois Mahdal
1465aff5ab
Add line number assert function
11 gadus atpakaļ
Alois Mahdal
eeac2a21f0
Add argument to print init body
11 gadus atpakaļ
Alois Mahdal
126c9f1746
Name path printing argument nicer
11 gadus atpakaļ
Alois Mahdal
a7d67ce3b8
Make another warning more useful (yeah...)
11 gadus atpakaļ