Factor out common options
[?]
Jul 26, 2021, 3:43 AM
5DZAUSUVVAEKBPRXYEDPBLNG55ZSUZQARGDYG2442T7DPOQKNECQCDependencies
- [2]
OESYNPBAFix tests - [3]
MEPE3HCUgetHydraConfig: Allow multiple includes - [4]
UCCNGBKLComment around dupe to avoid drift - [5]
KKHVM4KAMove GC roots to /nix/var/nix/gcroots/hydra - [6]
NNJZNDVUPlugin::Authentication config: modernize - [7]
J7GLZHA3Make hydra-server honor config file includes - [8]
SGLGUD7REnable apache style includes in the config file - [9]
2SP37OH2Send ETag and Expires headers - [*]
D5QIOJGP* Move everything up one directory. - [*]
2GK5DOU7* Downloading closures. - [*]
T7Z63K6Thydra: moves jobsetOverview sub - [*]
J5UVLXOK* Start of a basic Catalyst web interface. - [*]
LKDWWJLMDoh
Change contents
- file addition: Config.pm[11.53]
package Hydra::Config;use strict;use Exporter;our @ISA = qw(Exporter);our @EXPORT = qw(%configGeneralOpts);my %configGeneralOpts = (-UseApacheInclude => 1, -IncludeAgain => 1);1; - edit in src/lib/Hydra/Helper/Nix.pm at line 8
use Hydra::Config; - replacement in src/lib/Hydra/Helper/Nix.pm at line 52
, -UseApacheInclude => 1, -IncludeAgain => 1)->getall;, %configGeneralOpts )->getall; - edit in src/lib/Hydra.pm at line 9[15.22][14.7006]
use Hydra::Config; - replacement in src/lib/Hydra.pm at line 54
'General' => {# Please keep these options in sync with corresponding# call to `new Config::General` in `getHydraConfig()` sub# in `Hydra/Helper/Nix.pm`. This is necessary in order to# maintain consistent interpretation of the config by the# various hydra components.-UseApacheInclude => 1,-IncludeAgain => 1}'General' => \%configGeneralOpts