[Git][NTPsec/ntpsec][master] 2 commits: Address #607 by changing Rawhide CI to Python 3 ...

Matt Selsky gitlab at mg.gitlab.com
Wed Jul 31 06:04:58 UTC 2019



Matt Selsky pushed to branch master at NTPsec / ntpsec


Commits:
c1bdec7e by James Browning at 2019-07-27T09:24:33Z
Address #607 by changing Rawhide CI to Python 3 ...

https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
recommends something like this as Rawhide has removed
the 'python' link to the Python 2 interpreter as in phase 1.
'python' has not yet been restored as a link to Python 3
as according to phase 4.

- - - - -
3ee8e4c3 by James Browning at 2019-07-27T09:24:51Z
Change some remaining Fedora CI jobs to Python 3

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -303,8 +303,8 @@ fedora-latest-basic:
   <<: *job_definition
   image: fedora:latest
   script:
-    - yum -y install bison gcc openssl-devel libcap-devel pps-tools-devel python-devel
-    - python ./waf configure build
+    - yum -y install bison gcc openssl-devel libcap-devel pps-tools-devel python3-devel
+    - python3 ./waf configure build
   tags:
     - gitlab-org
 
@@ -312,8 +312,8 @@ fedora-latest-refclocks:
   <<: *job_definition
   image: fedora:latest
   script:
-    - yum -y install bison gcc openssl-devel libcap-devel pps-tools-devel python-devel
-    - python ./waf configure --refclock=all build
+    - yum -y install bison gcc openssl-devel libcap-devel pps-tools-devel python3-devel
+    - python3 ./waf configure --refclock=all build
   tags:
     - gitlab-org
 
@@ -340,8 +340,8 @@ fedora-rawhide-basic:
   image: registry.fedoraproject.org/fedora:rawhide
   allow_failure: true
   script:
-    - yum -y install bison gcc openssl-devel libcap-devel pps-tools-devel python-devel
-    - python ./waf configure build
+    - yum -y install bison gcc openssl-devel libcap-devel pps-tools-devel python3-devel
+    - python3 ./waf configure build
   tags:
     - gitlab-org
 
@@ -350,8 +350,8 @@ fedora-rawhide-refclocks:
   image: registry.fedoraproject.org/fedora:rawhide
   allow_failure: true
   script:
-    - yum -y install bison gcc openssl-devel libcap-devel pps-tools-devel python-devel
-    - python ./waf configure --refclock=all build
+    - yum -y install bison gcc openssl-devel libcap-devel pps-tools-devel python3-devel
+    - python3 ./waf configure --refclock=all build
   tags:
     - gitlab-org
 



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/compare/e68e4598cd307ba747e8379ae538504a661013c4...3ee8e4c3c3cf4b2d6f010874e7f447a23a1710cf

-- 
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/compare/e68e4598cd307ba747e8379ae538504a661013c4...3ee8e4c3c3cf4b2d6f010874e7f447a23a1710cf
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/20190731/c18745ad/attachment-0001.htm>


More information about the vc mailing list