[Git][NTPsec/ntpsec][master] Switch openSUSE CI targets to python3

Richard Laager gitlab at mg.gitlab.com
Wed Apr 22 07:30:27 UTC 2020



Richard Laager pushed to branch master at NTPsec / ntpsec


Commits:
adf6e7e9 by Matt Selsky at 2020-04-21T01:57:32-04:00
Switch openSUSE CI targets to python3

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -391,8 +391,8 @@ openSUSE-leap-basic:
   image: opensuse/leap
   allow_failure: true
   script:
-    - zypper -n install bison gcc libopenssl-devel libcap-devel pps-tools-devel python-devel python-curses
-    - python ./waf configure --disable-doc --disable-manpage --disable-nts build 
+    - zypper -n install bison gcc libopenssl-devel libcap-devel pps-tools-devel python3-devel python3-curses
+    - python3 ./waf configure --disable-doc --disable-manpage --disable-nts build 
   tags:
     - gitlab-org
 
@@ -401,8 +401,8 @@ openSUSE-leap-refclocks:
   image: opensuse/leap
   allow_failure: true
   script:
-    - zypper -n install bison gcc libopenssl-devel libcap-devel pps-tools-devel python-devel python-curses
-    - python ./waf configure --disable-doc --disable-manpage --disable-nts --refclock=all build
+    - zypper -n install bison gcc libopenssl-devel libcap-devel pps-tools-devel python3-devel python3-curses
+    - python3 ./waf configure --disable-doc --disable-manpage --disable-nts --refclock=all build
   tags:
     - gitlab-org
 
@@ -411,8 +411,8 @@ openSUSE-tumbleweed-basic:
   image: opensuse/tumbleweed
   allow_failure: true
   script:
-    - zypper -n install bison gcc libopenssl-devel libcap-devel pps-tools-devel python-devel python-curses
-    - python ./waf configure --disable-doc --disable-manpage build
+    - zypper -n install bison gcc libopenssl-devel libcap-devel pps-tools-devel python3-devel python3-curses
+    - python3 ./waf configure --disable-doc --disable-manpage build
   tags:
     - gitlab-org
 
@@ -421,8 +421,8 @@ openSUSE-tumbleweed-refclocks:
   image: opensuse/tumbleweed
   allow_failure: true
   script:
-    - zypper -n install bison gcc libopenssl-devel libcap-devel pps-tools-devel python-devel python-curses
-    - python ./waf configure --disable-doc --disable-manpage --refclock=all build
+    - zypper -n install bison gcc libopenssl-devel libcap-devel pps-tools-devel python3-devel python3-curses
+    - python3 ./waf configure --disable-doc --disable-manpage --refclock=all build
   tags:
     - gitlab-org
 



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/adf6e7e906e84c6175596b4d5800c1c0d45fef60

-- 
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/adf6e7e906e84c6175596b4d5800c1c0d45fef60
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20200422/0901e185/attachment-0001.htm>


More information about the vc mailing list