mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-10 06:46:15 +01:00
add a hint about updating a package from another source to the README
This commit is contained in:
parent
44b1f5621c
commit
1187333707
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user