[Pkg-xfce-commits] r3192 - scripts/pbuilder
Yves-Alexis Perez
corsac at alioth.debian.org
Sat Apr 25 05:34:07 UTC 2009
Author: corsac
Date: 2009-04-25 17:34:07 +0000 (Sat, 25 Apr 2009)
New Revision: 3192
Modified:
scripts/pbuilder/pdebuild-sources.sh
Log:
clean dput files too
Modified: scripts/pbuilder/pdebuild-sources.sh
===================================================================
--- scripts/pbuilder/pdebuild-sources.sh 2009-04-25 17:32:41 UTC (rev 3191)
+++ scripts/pbuilder/pdebuild-sources.sh 2009-04-25 17:34:07 UTC (rev 3192)
@@ -41,6 +41,9 @@
# .deb
find $SCRIPTSDIR/pbuilder/xfce/build -type f \
-name '*.changes' -exec dcmd rm {} \;
+ # dput
+ find $SCRIPTSDIR/pbuilder/xfce/build -type f \
+ -name '*.upload' -exec rm {} \;
# pbuilder dirs
find $SCRIPTSDIR/pbuilder/xfce/cache -type f \
-exec rm -f {} \;
More information about the Pkg-xfce-commits
mailing list