projects
/
services
/
createrepo_c.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b7c86b
)
utils: Add script to remove builded rpm packages.
author
Tomas Mlcoch
<tmlcoch@redhat.com>
Mon, 1 Jul 2013 14:43:58 +0000
(16:43 +0200)
committer
Tomas Mlcoch
<tmlcoch@redhat.com>
Mon, 1 Jul 2013 14:44:15 +0000
(16:44 +0200)
utils/cleanup.sh
[new file with mode: 0644]
patch
|
blob
diff --git a/utils/cleanup.sh
b/utils/cleanup.sh
new file mode 100644
(file)
index 0000000..
ef1a718
--- /dev/null
+++ b/
utils/cleanup.sh
@@ -0,0
+1,4
@@
+#!/bin/bash
+
+rm -v createrepo_c-*.rpm python-createrepo_c-*.rpm
+