summarylogtreecommitdiffstats
path: root/0003-Support-synchronous-copyproj.patch
diff options
context:
space:
mode:
Diffstat (limited to '0003-Support-synchronous-copyproj.patch')
-rw-r--r--0003-Support-synchronous-copyproj.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/0003-Support-synchronous-copyproj.patch b/0003-Support-synchronous-copyproj.patch
index c799cca68eaa..246400e6f9bc 100644
--- a/0003-Support-synchronous-copyproj.patch
+++ b/0003-Support-synchronous-copyproj.patch
@@ -9,10 +9,10 @@ Subject: [PATCH] Support synchronous copyproj
2 files changed, 7 insertions(+)
diff --git a/osc/commandline.py b/osc/commandline.py
-index 797e3ffd5f248285507bbafc59350efe675ce607..ee540138cac2c66fd500a0cd1e78e670f57f5c46 100644
+index 55a52d949bf20639a7632ace574c6fd77c97adb4..f7a7512f5a6967980a2433e5c8e95136a97d8257 100644
--- a/osc/commandline.py
+++ b/osc/commandline.py
-@@ -3409,6 +3409,8 @@ Please submit there instead, or use --nodevelproject to force direct submission.
+@@ -3910,6 +3910,8 @@ Please submit there instead, or use --nodevelproject to force direct submission.
)
@cmdln.option('-b', '--with-binaries', action='store_true',
help='copy the built binaries over to avoid a rebuild')
@@ -21,7 +21,7 @@ index 797e3ffd5f248285507bbafc59350efe675ce607..ee540138cac2c66fd500a0cd1e78e670
@cmdln.option('-x', '--with-history', action='store_true',
help='replicate the history of each package.')
@cmdln.option('-o', '--make-older', action='store_true',
-@@ -3426,6 +3428,8 @@ Please submit there instead, or use --nodevelproject to force direct submission.
+@@ -3927,6 +3929,8 @@ Please submit there instead, or use --nodevelproject to force direct submission.
The user must be able to create DESTPRJ
@@ -30,7 +30,7 @@ index 797e3ffd5f248285507bbafc59350efe675ce607..ee540138cac2c66fd500a0cd1e78e670
usage:
osc copyprj SOURCEPRJ DESTPRJ
${cmd_option_list}
-@@ -3455,6 +3459,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
+@@ -3956,6 +3960,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
withhistory = opts.with_history,
makeolder = opts.make_older,
resign = opts.re_sign,
@@ -39,10 +39,10 @@ index 797e3ffd5f248285507bbafc59350efe675ce607..ee540138cac2c66fd500a0cd1e78e670
print("done cp")
print(r)
diff --git a/osc/core.py b/osc/core.py
-index 356da278bdae46cbb6639f24e20b3f8b05c5fa5c..64f69acb23a72b7d79c09532a956d930707a0c0e 100644
+index 5b5f5c10c47d9bf56a290076bc752ff2bb1aea91..45a6236d93078ff1e1779d8984c7c01a9385048a 100644
--- a/osc/core.py
+++ b/osc/core.py
-@@ -6061,6 +6061,8 @@ def copy_prj(src_apiurl, src_project, dst_project,
+@@ -6176,6 +6176,8 @@ def copy_prj(src_apiurl, src_project, dst_project,
query['resign'] = '1'
if comment:
query['comment'] = comment