Buildout update dev-tf
authorThierry Florac <tflorac@ulthar.net>
Fri, 22 Nov 2019 23:55:09 +0100
branchdev-tf
changeset 415 a6fea42dc750
parent 414 55164dff25b7
child 416 0ef63dbfecd1
Buildout update
.gitlab-ci.yml
.hgignore
buildout.cfg
--- a/.gitlab-ci.yml	Fri Nov 22 23:43:21 2019 +0100
+++ b/.gitlab-ci.yml	Fri Nov 22 23:55:09 2019 +0100
@@ -7,8 +7,8 @@
 
 cache:
     paths:
-        - ./
-        - /var/local/env/pyams/eggs/
+        - bin/
+        - eggs/
 
 before_script:
     - export http_proxy=http://172.17.0.1:3128/
@@ -25,6 +25,9 @@
 test:
     stage: test
     script:
+        - pwd
+        - ls -l
+        - head ./bin/test
         - ./bin/test
 
 dist:
--- a/.hgignore	Fri Nov 22 23:43:21 2019 +0100
+++ b/.hgignore	Fri Nov 22 23:55:09 2019 +0100
@@ -6,6 +6,8 @@
 syntax: regexp
 ^bin$
 syntax: regexp
+^eggs$
+syntax: regexp
 ^\.installed\.cfg$
 syntax: regexp
 ^\.settings$
--- a/buildout.cfg	Fri Nov 22 23:43:21 2019 +0100
+++ b/buildout.cfg	Fri Nov 22 23:55:09 2019 +0100
@@ -1,5 +1,5 @@
 [buildout]
-eggs-directory = /var/local/env/pyams/eggs
+eggs-directory = eggs
 extends = http://download.ztfy.org/pyams/pyams-dev.cfg
 find-links = http://download.ztfy.org/eggs
 socket-timeout = 3