1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-20 09:16:16 +02:00

add a hint about updating a package from another source to the README

This commit is contained in:
Dr. Peter Poeml 2007-07-11 07:58:40 +00:00
parent 44b1f5621c
commit 1187333707

4
README
View File

@ -127,6 +127,10 @@ Locally build a package (see 'osc help build' for more info):
osc build <repo> <arch> specfile [--clean|--noinit]
Update a package to a different sources (directory foo_package_source):
cp -a foo_package_source foo; cd foo; osc init <prj> <pac>; osc addremove; osc ci; cd $OLDPWD; rm -r foo
HINT FOR W3M USERS