From 1187333707e89e3f013c068f2dcac72ef96d1005 Mon Sep 17 00:00:00 2001 From: "Dr. Peter Poeml" Date: Wed, 11 Jul 2007 07:58:40 +0000 Subject: [PATCH] add a hint about updating a package from another source to the README --- README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README b/README index 2d097ae2..e773aca5 100644 --- a/README +++ b/README @@ -127,6 +127,10 @@ Locally build a package (see 'osc help build' for more info): osc build specfile [--clean|--noinit] +Update a package to a different sources (directory foo_package_source): + cp -a foo_package_source foo; cd foo; osc init ; osc addremove; osc ci; cd $OLDPWD; rm -r foo + + HINT FOR W3M USERS