Attention is currently required from: pespin.
2 comments:
Commit Message:
Patch Set #1, Line 18: "osmo-python-test" directory like in nightly. Make it behave the same by
you are either missing an s in "tests" here, or need to remove it above.
Done
File scripts/osmocom-latest-packages.sh:
Patch Set #1, Line 55: project="$(basename $path)"
are you sure this applies to all projects?
yes. basename strips directories from paths, if there is none present then it returns the same string.
$ basename python/foo
foo
$ basename foo
foo
To view, visit change 28536. To unsubscribe, or for help writing mail filters, visit settings.