summarylogtreecommitdiffstats
path: root/0003-Support-synchronous-copyproj.patch
diff options
context:
space:
mode:
authorBjörn Bidar2022-06-07 18:08:26 +0300
committerBjörn Bidar2022-06-07 18:08:26 +0300
commit00530bea7edbfea8b11e03d2ec5889c110d434ba (patch)
tree51d85205968b596321d0673c5e174e4bf055db5f /0003-Support-synchronous-copyproj.patch
parent4dfe3aa291d137ddf3a11ead6a849988571e1e03 (diff)
downloadaur-00530bea7edbfea8b11e03d2ec5889c110d434ba.tar.gz
Update 0.179.0
- New upstream release - Rebase patches
Diffstat (limited to '0003-Support-synchronous-copyproj.patch')
-rw-r--r--0003-Support-synchronous-copyproj.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/0003-Support-synchronous-copyproj.patch b/0003-Support-synchronous-copyproj.patch
index c148ca4870ca..02d0466f3151 100644
--- a/0003-Support-synchronous-copyproj.patch
+++ b/0003-Support-synchronous-copyproj.patch
@@ -9,7 +9,7 @@ Subject: [PATCH] Support synchronous copyproj
2 files changed, 7 insertions(+)
diff --git a/osc/commandline.py b/osc/commandline.py
-index b5ce2169e384c6203583e960a20b660be199fa6c..53d5235e63424cfe6302a554027f2656199c70a2 100644
+index 8cbf708e2f0a82f1d2246cc2c131db37e95b43b6..636337b2ba3d4a624144da48791cfdfb55453e75 100644
--- a/osc/commandline.py
+++ b/osc/commandline.py
@@ -3205,6 +3205,8 @@ Please submit there instead, or use --nodevelproject to force direct submission.
@@ -39,10 +39,10 @@ index b5ce2169e384c6203583e960a20b660be199fa6c..53d5235e63424cfe6302a554027f2656
print("done cp")
print(r)
diff --git a/osc/core.py b/osc/core.py
-index 93aa7dd20f6dd71f7e934534896d3330fffab4fc..3bc09fb096eebe391831ffaf9db2b1ddbde031ff 100644
+index a2676949684c08ed97d234f3bc07f226e9d269f5..e37d1f353692e8cc4a8b3ae0807ccc3198503d71 100644
--- a/osc/core.py
+++ b/osc/core.py
-@@ -5644,6 +5644,8 @@ def copy_prj(src_apiurl, src_project, dst_project,
+@@ -5688,6 +5688,8 @@ def copy_prj(src_apiurl, src_project, dst_project,
query['resign'] = '1'
if comment:
query['comment'] = comment