gplugin/builders

Parents e9bae233882f
Children f931fb6a25ff
remove the junit stuff as that hasn't been a thing for awhile..
--- a/debian/build.sh Wed Jul 17 20:32:26 2019 -0500
+++ b/debian/build.sh Thu Jul 18 01:23:30 2019 -0500
@@ -29,4 +29,3 @@
dch -D "UNRELEASED" -v "${VERSION}.${BUILD_VERSION}" "build for ${HG_ID}"
debuild --preserve-envvar=ARTIFACTS_DIR -us -uc --buildinfo-option=-u"${ARTIFACTS_DIR}" --changes-option=-u"${ARTIFACTS_DIR}"
-find . -name "*-junit.xml" -exec cp {} "${ARTIFACTS_DIR}" \;