aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-04-22 22:47:21 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-04-22 22:47:21 +0200
commit830b619fa6ed6b5f2acc6f2eb74e0be98c99710e (patch)
treef3bd92dc74f3353507632622dc60efd09c5468c6
parent71b4786dc43362b7820e3823b26e9152350cd388 (diff)
downloadNix-830b619fa6ed6b5f2acc6f2eb74e0be98c99710e.tar.gz
Nix-830b619fa6ed6b5f2acc6f2eb74e0be98c99710e.tar.zst
Nix-830b619fa6ed6b5f2acc6f2eb74e0be98c99710e.zip
Add CI flag and pkgs for buildbot
-rw-r--r--modules/private/buildbot/projects/immaeEu/__init__.py3
-rw-r--r--nix/sources.json18
2 files changed, 20 insertions, 1 deletions
diff --git a/modules/private/buildbot/projects/immaeEu/__init__.py b/modules/private/buildbot/projects/immaeEu/__init__.py
index cf64ad9..ce6cdb1 100644
--- a/modules/private/buildbot/projects/immaeEu/__init__.py
+++ b/modules/private/buildbot/projects/immaeEu/__init__.py
@@ -149,7 +149,8 @@ def immae_eu_factory():
149 149
150def cours_factory(): 150def cours_factory():
151 path_env = { 151 path_env = {
152 "PATH": os.environ["BUILDBOT_PATH_Cours"] + ":${PATH}" 152 "PATH": os.environ["BUILDBOT_PATH_Cours"] + ":${PATH}",
153 "CI": "yes"
153 } 154 }
154 factory = util.BuildFactory() 155 factory = util.BuildFactory()
155 factory.addStep(steps.Git(logEnviron=False, repourl=E.COURS_GIT_URL, 156 factory.addStep(steps.Git(logEnviron=False, repourl=E.COURS_GIT_URL,
diff --git a/nix/sources.json b/nix/sources.json
index 09c4455..0680f76 100644
--- a/nix/sources.json
+++ b/nix/sources.json
@@ -29,6 +29,24 @@
29 "url": "https://github.com/NixOS/nixpkgs-channels/archive/ae6bdcc53584aaf20211ce1814bea97ece08a248.tar.gz", 29 "url": "https://github.com/NixOS/nixpkgs-channels/archive/ae6bdcc53584aaf20211ce1814bea97ece08a248.tar.gz",
30 "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" 30 "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
31 }, 31 },
32 "nixpkgs-buildbot-cours": {
33 "description": "Frozen nixpkgs snapshot for texlive",
34 "revision": "173017.85f820d6e41",
35 "sha256": "0fs390gvz8d3n7v4zj538gf3n1b14sikbf0ijrxgxib5i0704mdb",
36 "type": "tarball",
37 "url": "https://releases.nixos.org/nixos/19.03/nixos-19.03.173017.85f820d6e41/nixexprs.tar.xz",
38 "url_template": "https://releases.nixos.org/nixos/<version>/nixos-<version>.<revision>/nixexprs.tar.xz",
39 "version": "19.03"
40 },
41 "nixpkgs-buildbot-normalesup": {
42 "description": "Frozen nixpkgs snapshot for texlive",
43 "revision": "173017.85f820d6e41",
44 "sha256": "0fs390gvz8d3n7v4zj538gf3n1b14sikbf0ijrxgxib5i0704mdb",
45 "type": "tarball",
46 "url": "https://releases.nixos.org/nixos/19.03/nixos-19.03.173017.85f820d6e41/nixexprs.tar.xz",
47 "url_template": "https://releases.nixos.org/nixos/<version>/nixos-<version>.<revision>/nixexprs.tar.xz",
48 "version": "19.03"
49 },
32 "nixpkgs-nixops": { 50 "nixpkgs-nixops": {
33 "branch": "nixos-unstable", 51 "branch": "nixos-unstable",
34 "description": "A read-only mirror of NixOS/nixpkgs tracking the released channels. Send issues and PRs to", 52 "description": "A read-only mirror of NixOS/nixpkgs tracking the released channels. Send issues and PRs to",