mirror of
https://github.com/openSUSE/osc.git
synced 2025-09-05 20:58:42 +02:00
add a hint about updating a package from another source to the README
This commit is contained in:
4
README
4
README
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user