Code Review
/
releng
/
lftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
b76232b
)
Add wrapper script that produces commits for releases
11/4111/1
author
Thanh Ha
<thanh.ha@linuxfoundation.org>
Thu, 5 Feb 2015 18:30:04 +0000
(13:30 -0500)
committer
Thanh Ha
<thanh.ha@linuxfoundation.org>
Fri, 3 Feb 2017 17:01:15 +0000
(12:01 -0500)
Change-Id: Icb2c12100c8e3eaa622f96956769ca80ee95ed89
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
odl-patches.sh
[new file with mode: 0755]
patch
|
blob
diff --git a/odl-patches.sh
b/odl-patches.sh
new file mode 100755
(executable)
index 0000000..
86bf6f1
--- /dev/null
+++ b/
odl-patches.sh
@@ -0,0
+1,11
@@
+#!/bin/bash
+
+project=${PWD##*/}
+
+git apply /tmp/patches/${project}.patch
+git commit -asm "Applying the Helium SR2 release patch"
+find . -name pom.xml | xargs grep SNAPSHOT
+version-bump.sh
+git commit -asm "Bumping versions by 0.0.1 after the Helium SR2 release"
+find . -name pom.xml | xargs grep Helium
+