summaryrefslogtreecommitdiffstats
path: root/scripts/core-upgrade.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/core-upgrade.sh')
-rwxr-xr-xscripts/core-upgrade.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/core-upgrade.sh b/scripts/core-upgrade.sh
new file mode 100755
index 0000000..8f65392
--- /dev/null
+++ b/scripts/core-upgrade.sh
@@ -0,0 +1,9 @@
+#!/bin/sh -x
+
+WORK_DIR=`pwd`
+PROJECT_DIR=`cd ../.. ; pwd`
+COMPONENT=core
+
+cd $WORK_DIR/build/$COMPONENT/repo
+
+rpm -Uvh *.rpm