summarylogtreecommitdiffstats
path: root/0004-Add-p-to-copyprj-to-enable-copying-of-prjconf.patch
diff options
context:
space:
mode:
authorBjörn Bidar2022-05-25 00:16:45 +0300
committerBjörn Bidar2022-05-25 00:18:25 +0300
commit4dfe3aa291d137ddf3a11ead6a849988571e1e03 (patch)
treee274df545e3078f4d74114d83e90ae903d986b15 /0004-Add-p-to-copyprj-to-enable-copying-of-prjconf.patch
parentd1d9256f88479c0e3458908bd69c4df5a68c0d6a (diff)
downloadaur-4dfe3aa291d137ddf3a11ead6a849988571e1e03.tar.gz
Update 0.178.0
- New upstream release - Rebase patches
Diffstat (limited to '0004-Add-p-to-copyprj-to-enable-copying-of-prjconf.patch')
-rw-r--r--0004-Add-p-to-copyprj-to-enable-copying-of-prjconf.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/0004-Add-p-to-copyprj-to-enable-copying-of-prjconf.patch b/0004-Add-p-to-copyprj-to-enable-copying-of-prjconf.patch
index 547acc6da228..1fdc03ef1f7f 100644
--- a/0004-Add-p-to-copyprj-to-enable-copying-of-prjconf.patch
+++ b/0004-Add-p-to-copyprj-to-enable-copying-of-prjconf.patch
@@ -9,10 +9,10 @@ Subject: [PATCH] Add -p to copyprj to enable copying of prjconf
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/osc/commandline.py b/osc/commandline.py
-index 2063bfe5..bde97403 100644
+index 53d5235e63424cfe6302a554027f2656199c70a2..6cb15c71731ea233607a373a109d2f5770aa96d0 100644
--- a/osc/commandline.py
+++ b/osc/commandline.py
-@@ -3178,6 +3178,8 @@ Please submit there instead, or use --nodevelproject to force direct submission.
+@@ -3211,6 +3211,8 @@ Please submit there instead, or use --nodevelproject to force direct submission.
help='replicate the history of each package.')
@cmdln.option('-o', '--make-older', action='store_true',
help='No idea')
@@ -21,7 +21,7 @@ index 2063bfe5..bde97403 100644
@cmdln.option('-r', '--re-sign', action='store_true',
help='re-sign the binaries')
@cmdln.option('-m', '--message', metavar='TEXT',
-@@ -3223,7 +3225,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
+@@ -3256,7 +3258,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
withhistory = opts.with_history,
makeolder = opts.make_older,
resign = opts.re_sign,
@@ -31,10 +31,10 @@ index 2063bfe5..bde97403 100644
print("done cp")
print(r)
diff --git a/osc/core.py b/osc/core.py
-index 42923737..84ef3b79 100644
+index 3bc09fb096eebe391831ffaf9db2b1ddbde031ff..a114309faa43a8024c3987e5642d7c9ecdc423c9 100644
--- a/osc/core.py
+++ b/osc/core.py
-@@ -5565,6 +5565,8 @@ def copy_prj(src_apiurl, src_project, dst_project,
+@@ -5625,6 +5625,8 @@ def copy_prj(src_apiurl, src_project, dst_project,
withhistory = False,
makeolder = False,
resign = False,
@@ -43,7 +43,7 @@ index 42923737..84ef3b79 100644
comment = None):
"""
Create a copy of a project.
-@@ -5586,6 +5588,9 @@ def copy_prj(src_apiurl, src_project, dst_project,
+@@ -5646,6 +5648,9 @@ def copy_prj(src_apiurl, src_project, dst_project,
query['comment'] = comment
if now:
query['nodelay'] = '1'