[X2Go-Commits] [pyhoca-gui] 43/71: Provide script for cleaning up before running bbfreeze.
git-admin at x2go.org
git-admin at x2go.org
Thu Mar 20 00:32:43 CET 2014
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch cvix/2.x
in repository pyhoca-gui.
commit bc99346534b1e053cb7eb66670f8e504247ff7d3
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Fri Feb 7 22:59:12 2014 +0100
Provide script for cleaning up before running bbfreeze.
---
bbfreeze_cleanup.sh | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/bbfreeze_cleanup.sh b/bbfreeze_cleanup.sh
new file mode 100644
index 0000000..0a5fd40
--- /dev/null
+++ b/bbfreeze_cleanup.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+rm dist/ -Rfv
+find * | egrep ".*\.pyc$" | while read file; do rm -v "$file"; done
--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git
More information about the x2go-commits
mailing list