Commit Graph

11 Commits

Author SHA1 Message Date
Franco Fichtner 71a6e923d8 build/test: renamed from regress 2016-05-23 23:44:10 +02:00
Franco Fichtner c0f3dbb3fa build: self-awareness for all scripts, needed for #30 2016-05-05 17:11:45 +02:00
Franco Fichtner e093cc884c build: allow type to be overridden; fixes #19
Building has gotten pretty complicated with the introduction
of opnsense-devel pacakges, which will be further complicated
by doing opnsense-stable soon enough...

This needs more smarts, but for now the README works again.
This only affects image builds.
2015-09-09 15:58:42 +02:00
Franco Fichtner a5814e2465 build/checkout: remove git_clear in favour of proper stage; #8
This will make it a bit harder to build clean sets in the future,
but it has been requested so here it is.  ;)
2015-06-09 09:54:47 +02:00
Franco Fichtner 1ae0487e3d build: scrub it like you mean it
common.sh eats up the arguments via getopts, but on return to the parent
script the arguments are restored.  To adapt the argument scrubbing to
the actual number of arguments eaten we'll sprinkle a bit of arcane shell
magic around and hope for the best.
2015-05-16 12:50:50 +02:00
Franco Fichtner 35068a9393 build: remove execution bits, not meant to be handled manually 2015-05-16 12:39:09 +02:00
Franco Fichtner d598757ff3 build: deflate PACKAGESDIR
It only exists inside the chroot environment so that it can be
cleaned up in one sweep via `rm -r ${PACKAGESDIR}'.  More tweaks
and fails along the way.
2015-05-10 13:59:51 +02:00
Franco Fichtner 16ec0c1634 build: don't need the style checker as a hard dependency 2015-05-04 09:00:50 +02:00
Franco Fichtner 8f786b188e build: unfactor setup_platform() 2015-04-03 12:08:03 +02:00
Franco Fichtner 974557de9d build: /cf/conf cleanup 2015-03-05 08:16:19 +01:00
Franco Fichtner 07628847fa build: add a simple regression test suite launcher 2014-12-28 11:47:01 +01:00