projects
/
platform
/
upstream
/
libzypp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3dfefd
)
I like it easy
author
Stephan Kulow
<coolo@suse.de>
Thu, 7 Feb 2008 09:46:20 +0000
(09:46 +0000)
committer
Stephan Kulow
<coolo@suse.de>
Thu, 7 Feb 2008 09:46:20 +0000
(09:46 +0000)
package/update_rpm
[new file with mode: 0755]
patch
|
blob
diff --git a/package/update_rpm
b/package/update_rpm
new file mode 100755
(executable)
index 0000000..
914658b
--- /dev/null
+++ b/
package/update_rpm
@@ -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