mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add hydra.
* gnu/packages/ci.scm: New file. * gnu/packages/patches/hydra-automake-1.15.patch, gnu/packages/patches/hydra-disable-darcs-test.patch: New files. * gnu-system.am (GNU_SYSTEM_MODULES): Add file. (dist_patch_DATA): Add patches.
This commit is contained in:
parent
6e545bbf55
commit
0061079a19
4 changed files with 273 additions and 0 deletions
25
gnu/packages/patches/hydra-disable-darcs-test.patch
Normal file
25
gnu/packages/patches/hydra-disable-darcs-test.patch
Normal file
|
@ -0,0 +1,25 @@
|
|||
--- hydra-20150407.4c0e3e4/tests/evaluation-tests.pl 2015-04-15 12:00:19.000000000 -0500
|
||||
+++ hydra-20150407.4c0e3e4/tests/evaluation-tests.pl 2015-04-17 08:53:04.940301471 -0500
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
my $db = Hydra::Model::DB->new;
|
||||
|
||||
-use Test::Simple tests => 72;
|
||||
+use Test::Simple tests => 68;
|
||||
|
||||
hydra_setup($db);
|
||||
|
||||
@@ -103,13 +103,6 @@
|
||||
uri => "$jobsBaseUri/hg-repo",
|
||||
update => getcwd . "/jobs/hg-update.sh"
|
||||
},
|
||||
- {
|
||||
- name => "darcs",
|
||||
- nixexpr => "darcs-input.nix",
|
||||
- type => "darcs",
|
||||
- uri => "$jobsBaseUri/darcs-repo",
|
||||
- update => getcwd . "/jobs/darcs-update.sh"
|
||||
- }
|
||||
);
|
||||
|
||||
foreach my $scm ( @scminputs ) {
|
Loading…
Add table
Add a link
Reference in a new issue