[Git][NTPsec/ntpsec][master] Change location of portage snapshot for Gentoo CI ...

Gary E. Miller gitlab at mg.gitlab.com
Sat Jul 27 00:58:00 UTC 2019



Gary E. Miller pushed to branch master at NTPsec / ntpsec


Commits:
e68e4598 by James Browning at 2019-07-27T00:43:29Z
Change location of portage snapshot for Gentoo CI ...

https://github.com/gentoo/gentoo-docker-images/issues/69 says
that new portage defaults to the portage tree at
/var/db/repos/gentoo instead of /usr/portage
originally used by Gentoo and ultimately the CI
Also see https://bugs.gentoo.org/378603

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -495,10 +495,7 @@ gentoo-basic:
   <<: *job_definition
   image: gentoo/stage3-amd64
   script:
-    - wget -q http://distfiles.gentoo.org/snapshots/portage-latest.tar.bz2
-    - wget -q http://distfiles.gentoo.org/snapshots/portage-latest.tar.bz2.md5sum
-    - md5sum -c portage-latest.tar.bz2.md5sum
-    - tar -xjf portage-latest.tar.bz2 -C /usr
+    - emerge-webrsync
     - emerge -q y sys-libs/libcap sys-devel/bison net-misc/pps-tools
     - python ./waf configure build
   tags:
@@ -508,10 +505,7 @@ gentoo-refclocks:
   <<: *job_definition
   image: gentoo/stage3-amd64
   script:
-    - wget -q http://distfiles.gentoo.org/snapshots/portage-latest.tar.bz2
-    - wget -q http://distfiles.gentoo.org/snapshots/portage-latest.tar.bz2.md5sum
-    - md5sum -c portage-latest.tar.bz2.md5sum
-    - tar -xjf portage-latest.tar.bz2 -C /usr
+    - emerge-webrsync
     - emerge -q y sys-libs/libcap sys-devel/bison net-misc/pps-tools
     - python ./waf configure --refclock=all build
   tags:
@@ -521,10 +515,7 @@ gentoo-hardened-basic:
   <<: *job_definition
   image: gentoo/stage3-amd64-hardened
   script:
-    - wget -q http://distfiles.gentoo.org/snapshots/portage-latest.tar.bz2
-    - wget -q http://distfiles.gentoo.org/snapshots/portage-latest.tar.bz2.md5sum
-    - md5sum -c portage-latest.tar.bz2.md5sum
-    - tar -xjf portage-latest.tar.bz2 -C /usr
+    - emerge-webrsync
     - emerge -q y sys-libs/libcap sys-devel/bison net-misc/pps-tools
     - python ./waf configure build
   tags:
@@ -534,10 +525,7 @@ gentoo-hardened-refclocks:
   <<: *job_definition
   image: gentoo/stage3-amd64-hardened
   script:
-    - wget -q http://distfiles.gentoo.org/snapshots/portage-latest.tar.bz2
-    - wget -q http://distfiles.gentoo.org/snapshots/portage-latest.tar.bz2.md5sum
-    - md5sum -c portage-latest.tar.bz2.md5sum
-    - tar -xjf portage-latest.tar.bz2 -C /usr
+    - emerge-webrsync
     - emerge -q y sys-libs/libcap sys-devel/bison net-misc/pps-tools
     - python ./waf configure --refclock=all build
   tags:



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

-- 
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/e68e4598cd307ba747e8379ae538504a661013c4
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/20190727/a508b11d/attachment-0001.htm>


More information about the vc mailing list