Commit Graph

7 Commits

Author SHA1 Message Date
Rodrigo Arias Mallo
ebcbf91fbe exec: allow manual specification of program path 2021-02-23 15:22:18 +01:00
Rodrigo Arias Mallo
aeac1a6068 exec: Force newlines
Allow single line commands like pre="true"
2021-01-11 19:15:37 +01:00
Rodrigo Arias Mallo
130fe39c8e exec: Abort on error
We need exit on the first error, as otherwise we cannot track a bad
execution when no exec is done (when post is not empty).
2021-01-11 18:29:30 +01:00
Rodrigo Arias Mallo
1f841649f8 exec: add support for nixPrefix 2020-12-02 11:57:40 +01:00
Rodrigo Arias Mallo
e8f649327a exec: Avoid variable expansion at build
All bash variables passed in env, pre or post are now expanded at
execution time..
2020-11-20 13:54:45 +01:00
Rodrigo Arias Mallo
e1e34ddf75 exec: add pre and post code to allow cleanup tasks 2020-11-17 16:09:38 +01:00
Rodrigo Arias Mallo
a576be8031 WIP stage redesign 2020-10-09 16:42:06 +02:00