Code Review
/
hc2vpp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
1308cf3
)
Add clean script for xenial package generation
55/9555/1
author
Marek Gradzki
<
[email protected]
>
Fri, 24 Nov 2017 09:41:40 +0000
(10:41 +0100)
committer
Marek Gradzki
<
[email protected]
>
Fri, 24 Nov 2017 09:41:40 +0000
(10:41 +0100)
Change-Id: I3cfe9d53cb1a8c992ebd972c835f76611f3a5727
Signed-off-by: Marek Gradzki <
[email protected]
>
packaging/deb/xenial/clean.sh
[new file with mode: 0755]
patch
|
blob
diff --git a/packaging/deb/xenial/clean.sh
b/packaging/deb/xenial/clean.sh
new file mode 100755
(executable)
index 0000000..
f651b07
--- /dev/null
+++ b/
packaging/deb/xenial/clean.sh
@@ -0,0
+1,4
@@
+#!/bin/bash
+
+# remove outcomes of honeycomb package generation
+rm -rf honeycomb-* honeycomb_* vpp*
\ No newline at end of file