Add wrapper script that produces commits for releases 11/4111/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 5 Feb 2015 18:30:04 +0000 (13:30 -0500)
committerThanh 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]

diff --git a/odl-patches.sh b/odl-patches.sh
new file mode 100755 (executable)
index 0000000..86bf6f1
--- /dev/null
@@ -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
+