Attention is currently required from: laforge, fixeria.
Patch set 9:Code-Review -1
3 comments:
Patchset:
LGTM once the cp commands and FORCE_FETCH is fixed. I highly suggest running it locally, that's how I found that the config files are not copied properly.
File ttcn3-bts-test/Makefile:
Patch Set #9, Line 24: FORCE_FETCH:
FORCE_FETCH is not needed, cfg above is already a phony target.
https://www.gnu.org/software/make/manual/make.html#Phony-Targets
If you write a rule whose recipe will not create the target file, the recipe will be executed every time the target comes up for remaking. Here is an example:
File ttcn3-bts-test/jenkins.sh:
Patch Set #6, Line 139: cp osmo-bsc-generic.gen.cfg $VOL_BASE_DIR/bsc/
Wait, actually no. […]
Ah right, I did not not see that... but still, it needs to be
cp osmo-bsc-generic.gen.cfg $VOL_BASE_DIR/bsc/osmo-bsc.gen.cfg
then. Otherwise the file is named osmo-bsc-generic.gen.cfg in the target dir.
To view, visit change 20622. To unsubscribe, or for help writing mail filters, visit settings.