summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Firth <dan.firth@codethink.co.uk>2016-11-29 13:00:51 +0000
committerDaniel Firth <dan.firth@codethink.co.uk>2016-11-29 13:00:51 +0000
commite26f5a3ef570148dee6ccf3b8f088e92865d687e (patch)
treef4f244819297581948849cb3aa31e1ad8bbb923e
parent2473ef206b2a71322e5efc86cb6da53849410570 (diff)
downloadybd-e26f5a3ef570148dee6ccf3b8f088e92865d687e.tar.gz
Revert "Change shebang to '#!/usr/bin/python3'"
This reverts commit e04bef9afc02310aa643a11ea14f9d0e26096684.
-rw-r--r--.gitlab-ci.yml6
-rwxr-xr-xkbas.py2
-rwxr-xr-xkbas/__main__.py2
-rw-r--r--setup.py2
-rwxr-xr-xybd.py2
-rwxr-xr-xybd/__main__.py2
-rw-r--r--ybd/defaults.py2
7 files changed, 9 insertions, 9 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 57d214c..48050d8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,7 +27,7 @@ cache_keys_v1:
- git clone git://git.baserock.org/baserock/baserock/definitions
- cd definitions
- git checkout baserock-14.40
- - ../ybd.py ci x86_64
+ - python3 ../ybd.py ci x86_64
- echo ci.b9de86669ce182e60e3f9445e6394b478b67a2c73b4c0764491c158c5f2569e9 > expected.result
- diff expected.result ybd.result
@@ -51,7 +51,7 @@ check_build:
YBD_check_definitions: "exit"
script:
- git clone git://git.baserock.org/baserock/baserock/definitions
- - ./ybd.py definitions/systems/minimal-system-x86_64-generic.morph x86_64
+ - python3 ./ybd.py definitions/systems/minimal-system-x86_64-generic.morph x86_64
check_build_no_kbas:
stage: build
@@ -60,4 +60,4 @@ check_build_no_kbas:
YBD_kbas_url: "false-url"
script:
- git clone git://git.baserock.org/baserock/baserock/definitions
- - ./ybd.py definitions/systems/minimal-system-x86_64-generic.morph x86_64
+ - python3 ./ybd.py definitions/systems/minimal-system-x86_64-generic.morph x86_64
diff --git a/kbas.py b/kbas.py
index 544c93c..da8547c 100755
--- a/kbas.py
+++ b/kbas.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
# Copyright (C) 2015 Codethink Limited
#
# This program is free software; you can redistribute it and/or modify
diff --git a/kbas/__main__.py b/kbas/__main__.py
index 0f4239d..3eecd89 100755
--- a/kbas/__main__.py
+++ b/kbas/__main__.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
# Copyright (C) 2015-2016 Codethink Limited
#
# This program is free software; you can redistribute it and/or modify
diff --git a/setup.py b/setup.py
index aabe2c7..aa2d8a0 100644
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
from setuptools import setup
diff --git a/ybd.py b/ybd.py
index f2f3f6f..933e315 100755
--- a/ybd.py
+++ b/ybd.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
# Copyright (C) 2015 Codethink Limited
#
# This program is free software; you can redistribute it and/or modify
diff --git a/ybd/__main__.py b/ybd/__main__.py
index e0bff27..bf1548f 100755
--- a/ybd/__main__.py
+++ b/ybd/__main__.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
# Copyright (C) 2014-2016 Codethink Limited
#
# This program is free software; you can redistribute it and/or modify
diff --git a/ybd/defaults.py b/ybd/defaults.py
index 2cb4f44..d3b5435 100644
--- a/ybd/defaults.py
+++ b/ybd/defaults.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
# Copyright (C) 2015-2016 Codethink Limited
#
# This program is free software; you can redistribute it and/or modify