aboutsummaryrefslogtreecommitdiffstats
path: root/git-obranch
diff options
context:
space:
mode:
Diffstat (limited to 'git-obranch')
-rwxr-xr-xgit-obranch2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-obranch b/git-obranch
index ebd94bf..fb5e90d 100755
--- a/git-obranch
+++ b/git-obranch
@@ -78,6 +78,6 @@ osc meta pkg "$DEVPRJ" "$PKG" >"$OSC_META" 2>/dev/null
# (https://stackoverflow.com/a/1732454/164233) we can use
# xmlstarlet instead.
if ! grep '<scmsync>' "$OSC_META" >/dev/null 2>&1 ; then
- sed -e "/<\/package>/i\ \ <scmsync>https://src.opensuse.org/pool/$PKG<\/scmsync>" \
+ sed -e "/<\/package>/i\ \ <scmsync>https://src.opensuse.org/pool/$PKG#factory<\/scmsync>" \
"$OSC_META" | osc meta pkg "$DEVPRJ" "$PKG" -F -
fi