File: python3-openstack-console.patch

package info (click to toggle)
obs-build 20210120-1~bpo11%2B1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye-backports
  • size: 2,960 kB
  • sloc: perl: 11,428; sh: 3,342; ansic: 285; makefile: 172
file content (15 lines) | stat: -rw-r--r-- 456 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
From: Andrej Shadura <andrew.shadura@collabora.co.uk>
Date: Thu, 6 Aug 2020 10:48:57 +0200
Subject: Use Python 3 for the openstack console

--- a/build-vm-openstack
+++ b/build-vm-openstack
@@ -271,7 +271,7 @@
         sleep 1
     done
 
-    if ! python $BUILD_DIR/openstack-console "${WS_URL}" ; then
+    if ! python3 $BUILD_DIR/openstack-console "${WS_URL}" ; then
         $NOVACLIENT delete $OPENSTACK_BUILD_ID
         cleanup_and_exit 3
     else