I like it easy
authorStephan Kulow <coolo@suse.de>
Thu, 7 Feb 2008 09:46:20 +0000 (09:46 +0000)
committerStephan Kulow <coolo@suse.de>
Thu, 7 Feb 2008 09:46:20 +0000 (09:46 +0000)
package/update_rpm [new file with mode: 0755]

diff --git a/package/update_rpm b/package/update_rpm
new file mode 100755 (executable)
index 0000000..914658b
--- /dev/null
@@ -0,0 +1,11 @@
+set -e
+rm *.tar.bz2
+svn export http://svn.opensuse.org/svn/zypp/branches/tmp/ma/jump_sat/libzypp
+cd libzypp
+mkdir build
+cd build
+cmake ..
+make srcpackage_local
+cp package/*es package/*ec package/*tar.bz2 ../..
+cd ../..
+rm -rf libzypp