Merge pull request #5323 from offlinehacker/gitlab_i686_fix

gitlab: fix i686-linux build and module
This commit is contained in:
Domen Kožar
2014-12-14 09:48:44 +01:00
6 changed files with 11 additions and 27 deletions
+2
View File
@@ -193,6 +193,7 @@ in {
gitAndTools.git
ruby
openssh
nodejs
];
serviceConfig = {
Type = "simple";
@@ -227,6 +228,7 @@ in {
gitAndTools.git
ruby
openssh
nodejs
];
preStart = ''
# TODO: use env vars
+2 -1
View File
@@ -14,6 +14,7 @@ import ./make-test.nix {
testScript = ''
$gitlab->start();
$gitlab->waitForUnit("gitlab.service");
$gitlab->waitUntilSucceeds("curl http://localhost:8080");
$gitlab->waitForUnit("gitlab-sidekiq.service");
$gitlab->waitUntilSucceeds("curl http://localhost:8080/users/sign_in");
'';
}