diff options
author | Daniel Silverstone <dsilvers@digital-scurf.org> | 2018-03-18 13:47:13 +0000 |
---|---|---|
committer | Daniel Silverstone <dsilvers@digital-scurf.org> | 2018-03-18 13:47:13 +0000 |
commit | 6c7f4bd03eb244905b827d6f2c780ba7b4aa82ae (patch) | |
tree | 57293a8348b5fc0a409326dca29cb2e32cf721c2 | |
parent | 755a12d5d3dc2242631d9c7773bb50cc6475e445 (diff) | |
download | gp-packaging-tools-6c7f4bd03eb244905b827d6f2c780ba7b4aa82ae.tar.bz2 |
Clean up
-rw-r--r-- | japi/gp-binary-KIND-DIST-TEMPLATE.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/japi/gp-binary-KIND-DIST-TEMPLATE.xml b/japi/gp-binary-KIND-DIST-TEMPLATE.xml index e3700c0..365a2d2 100644 --- a/japi/gp-binary-KIND-DIST-TEMPLATE.xml +++ b/japi/gp-binary-KIND-DIST-TEMPLATE.xml @@ -58,5 +58,11 @@ find . -name "*.changes" -exec dput -u $REPO "{}" + <channels/> </hudson.plugins.ircbot.IrcPublisher> </publishers> - <buildWrappers/> + <buildWrappers> + <hudson.plugins.ws__cleanup.PreBuildCleanup plugin="ws-cleanup@0.33"> + <deleteDirs>false</deleteDirs> + <cleanupParameter></cleanupParameter> + <externalDelete></externalDelete> + </hudson.plugins.ws__cleanup.PreBuildCleanup> + </buildWrappers> </project>
\ No newline at end of file |