]> git.immae.eu Git - perso/Immae/Config/Nix.git/commitdiff
Modify buildbot output paths
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Mon, 15 Jun 2020 11:23:48 +0000 (13:23 +0200)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Mon, 15 Jun 2020 11:23:48 +0000 (13:23 +0200)
modules/private/buildbot/projects/denise/__init__.py
modules/private/buildbot/projects/immaeEu/__init__.py
modules/private/websites/denise/oms.nix
modules/private/websites/immae/production.nix
modules/private/websites/tools/tools/default.nix

index 8809d3df4bc501f42d5aabe2778bbfec21facb9d..c07655beb147c1589ef62e08ec8c37dcb530bb25 100644 (file)
@@ -14,7 +14,7 @@ class E():
     SSH_KEY_PATH      = "/var/lib/buildbot/buildbot_key"
     SSH_HOST_KEY      = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIFbhFTl2A2RJn5L51yxJM4XfCS2ZaiSX/jo9jFSdghF"
 
-    OMS_RELEASE_PATH  = "/var/lib/buildbot/outputs/denise_oms"
+    OMS_RELEASE_PATH  = "/var/lib/buildbot/outputs/denise/oms"
     OMS_GIT_URL       = "gitolite@git.immae.eu:perso/Denise/oms"
 
     # master.cfg
index 575f083502f82e1784a10883dae0b29a9a412a7f..dfe684c1ae8dc6e2e83547eef2d15c11a000a077 100644 (file)
@@ -22,14 +22,14 @@ class E():
     COURS_GIT_URL      = "gitolite@git.immae.eu:perso/Immae/Sites/Cours"
     NORMALESUP_GIT_URL = "gitolite@git.immae.eu:perso/Immae/Projets/Sites/Normalesup"
 
-    COURS_RELEASE_PATH      = "/var/lib/buildbot/outputs/cours"
+    COURS_RELEASE_PATH      = "/var/lib/buildbot/outputs/immae/cours"
     COURS_TARBALL_PATH      = "/var/lib/ftp/release.immae.eu/cours"
     COURS_TARBALL_URL       = "https://release.immae.eu/cours"
-    BIP39_RELEASE_PATH      = "/var/lib/buildbot/outputs/bip39"
+    BIP39_RELEASE_PATH      = "/var/lib/buildbot/outputs/immae/bip39"
     HISTORY_RELEASE_PATH    = "/var/lib/buildbot/outputs/immae/history"
-    IMMAE_EU_RELEASE_PATH   = "/var/lib/buildbot/outputs/immaeEu"
-    RECETTES_RELEASE_PATH   = "/var/lib/buildbot/outputs/recettes"
-    NORMALESUP_RELEASE_PATH = "/var/lib/buildbot/outputs/recherche"
+    IMMAE_EU_RELEASE_PATH   = "/var/lib/buildbot/outputs/immae/blog"
+    RECETTES_RELEASE_PATH   = "/var/lib/buildbot/outputs/immae/recettes"
+    NORMALESUP_RELEASE_PATH = "/var/lib/buildbot/outputs/immae/recherche"
     GSMCELLS_RELEASE_PATH   = "/var/lib/ftp/release.immae.eu/gsm_cells"
     GSMCELLS_RELEASE_URL    = "https://release.immae.eu/gsm_cells"
 
index 965046891868ea275c30138af9164b30f379d70f..81a996b87175efb59d3d274b9eb43f4f83528bd8 100644 (file)
@@ -1,7 +1,7 @@
 { lib, config, pkgs, ... }:
 let
   cfg = config.myServices.websites.denise.oms;
-  varDir = "/var/lib/buildbot/outputs/denise_oms";
+  varDir = "/var/lib/buildbot/outputs/denise/oms";
   socket = "/run/denise_oms/socket.sock";
 in {
   options.myServices.websites.denise.oms.enable = lib.mkEnableOption "enable Denise's OMS website";
index bb110defc68648b79717cb63d95185e812a25286..890a5afecaa4526586fad4a6d8c1bc8295c3ab01 100644 (file)
@@ -1,10 +1,10 @@
 { lib, pkgs, config,  ... }:
 let
   cfg = config.myServices.websites.immae.production;
-  varDir = "/var/lib/buildbot/outputs/immaeEu";
-  coursDir = "/var/lib/buildbot/outputs/cours";
-  rechercheDir = "/var/lib/buildbot/outputs/recherche";
-  recettesDir = "/var/lib/buildbot/outputs/recettes";
+  varDir = "/var/lib/buildbot/outputs/immae/blog";
+  coursDir = "/var/lib/buildbot/outputs/immae/cours";
+  rechercheDir = "/var/lib/buildbot/outputs/immae/recherche";
+  recettesDir = "/var/lib/buildbot/outputs/immae/recettes";
   historyDir = "/var/lib/buildbot/outputs/immae/history";
   env = config.myEnv.websites.immae;
 in {
index cdfc7eb29e32befea94b8cfb715c3a2805467125..7a9a125715341923868830f54ede5a1ed6a9d66e 100644 (file)
@@ -167,8 +167,8 @@ in {
             Options -Indexes
           </Directory>
 
-          Alias /BIP39 /var/lib/buildbot/outputs/bip39
-          <Directory "/var/lib/buildbot/outputs/bip39">
+          Alias /BIP39 /var/lib/buildbot/outputs/immae/bip39
+          <Directory "/var/lib/buildbot/outputs/immae/bip39">
             DirectoryIndex index.html
             AllowOverride None
             Require all granted