summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* Use the Linux 3.18 headersEelco Dolstra2015-06-02
|
* systemd: Apply some upstream bug fixesEelco Dolstra2015-06-02
|
* systemd: Don't install kernel-installEelco Dolstra2015-05-22
|
* Merge remote-tracking branch 'origin/master' into systemd-219Eelco Dolstra2015-05-22
|\ | | | | | | | | Conflicts: pkgs/development/libraries/libseccomp/default.nix
| * idea.clion: 1.0.2 -> 1.0.3Edward Tjörnhammar2015-05-22
| | | | | | | | idea.android-studio: 1.2.0.12 -> 1.2.1.1
| * Merge pull request #7935 from doublec/torArseniy Seroka2015-05-22
| |\ | | | | | | Update tor to 0.2.6.8
| | * Update tor to 0.2.6.8Chris Double2015-05-22
| | |
| * | Add Ubuntu 15.04Eelco Dolstra2015-05-22
| | |
| * | rman: add expressionSander van der Burg2015-05-22
| | |
| * | README.md: add line breaks to make the file readable outside of GithubPeter Simons2015-05-22
| | |
| * | rman: add packageSander van der Burg2015-05-22
| | |
| * | thunderbird: Update to 31.7.0Eelco Dolstra2015-05-22
| | | | | | | | | | | | | | | Also enable parallel building, as it seems to work reliably for Firefox.
| * | gyp: Revive old SVN version to build Chromium.aszlig2015-05-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Works around regression from a305e6855dd8723683c77635f45ae28411c8f36c. We're also marking it lowPrio to make sure nobody will accidentally reference it using nix-env -i. Until we have fixed #7402, we're going to build with the old gyp version to prevent being affected by https://crbug.com/462153. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * | nixos/tests/chromium: Detect popup using OCR.aszlig2015-05-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will make the test a lot more reliable, because we no longer need to press ESC multiple times hoping that it will close the popup. Unfortunately in order to run this test I needed to locally revert the gyp update from a305e6855dd8723683c77635f45ae28411c8f36c. With the old gyp version however the test runs fine and it's able to properly detect the popup. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * | README.md: more details for nixpkgs-channelsFlorian Friesdorf2015-05-22
| | |
| * | README.md: add info about nixpkgs-channels repoFlorian Friesdorf2015-05-22
| | |
| * | stress-ng 0.04.02 -> 0.04.03Tobias Geerinckx-Rice2015-05-22
| | |
| * | Use mirror:// URIs for ftp.debian.orgTobias Geerinckx-Rice2015-05-22
| | | | | | | | | | | | | | | Provide a more robust experience for users with horrible network hardware (me).
| * | Merge pull request #7929 from DamienCassou/update-networkmanager-1.0.2Damien Cassou2015-05-22
| |\ \ | | | | | | | | networkmanager 1.0.0 -> 1.0.2
| | * | network-manager 1.0.0 -> 1.0.2Damien Cassou2015-05-22
| | | |
| * | | nixos/test-driver: Fix bashism in Machine.pm.aszlig2015-05-22
| | | | | | | | | | | | | | | | | | | | | | | | Thanks to @bjornfor for the note. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * | | nixos/testing: Use stripped down tesseract only.aszlig2015-05-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Only include the English language for the VM tests, because we most likely won't need other languages. At least for now. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * | | tesseract: Allow to specify a subset of languages.aszlig2015-05-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Especially useful for our OCR based VM tests, where we only need the english language. By default the argument is null so all languages are included. If a list of language name is passed only those languages are enabled, for example: tesseract.override { enableLanguages = [ "eng" "spa" ]; }; To only enable support for English and Spanish languages. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * | | nixos/test-driver: Make tesseract OCR optional.aszlig2015-05-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By default this is now enabled, and it has to be explicitely enabled using "enableOCR = true". If it is set to false, any usage of getScreenText or waitForText will fail with an error suggesting to pass enableOCR. This should get rid of the rather large dependency on tesseract which we don't need for most tests. Note, that I'm using system("type -P") here to check whether tesseract is in PATH. I know it's a bashism but we already have other bashisms within the test scripts and we also run it with bash, so IMHO it's not a problem here. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * | | Merge pull request #7919 from codyopel/gypWilliam A. Kennington III2015-05-21
| |\ \ \ | | | | | | | | | | gyp: svn-1977 -> 2015-05-17
| | * | | gyp: svn-1977 -> 2015-05-17codyopel2015-05-21
| | | | |
| * | | | Merge pull request #7917 from codyopel/x265William A. Kennington III2015-05-21
| |\ \ \ \ | | | | | | | | | | | | x265: 1.6 -> 1.7
| | * | | | x265: 1.6 -> 1.7codyopel2015-05-20
| | | | | |
| * | | | | Merge pull request #7934 from codyopel/ffmpeg-libsshWilliam A. Kennington III2015-05-21
| |\ \ \ \ \ | | | | | | | | | | | | | | libssh: fix libsodium linking
| | * | | | | libssh: fix libsodium linkingcodyopel2015-05-21
| | | |_|_|/ | | |/| | | | | | | | | | | | | | | resolves pkg-config errors for anything linking against libssh
| * | | | | nixos/tinc: users are system usersWilliam A. Kennington III2015-05-21
| | | | | |
| * | | | | nixos/lightdm: More changesWilliam A. Kennington III2015-05-21
| | | | | |
| * | | | | ghcjs: bump ghcjs and ghcjs-bootCharles Strahan2015-05-21
| |/ / / / | | | | | | | | | | | | | | | fixes #7881
| * | | | Merge pull request #7930 from vbgl/scribus-145Pascal Wittmann2015-05-21
| |\ \ \ \ | | | | | | | | | | | | scribus: update from 1.4.4 to 1.4.5
| | * | | | scribus: update from 1.4.4 to 1.4.5Vincent Laporte2015-05-21
| | | | | |
| * | | | | Merge pull request #7927 from vbgl/fsharp-3.1.1.32Arseniy Seroka2015-05-21
| |\ \ \ \ \ | | |/ / / / | |/| | | | fsharp: update from 3.1.1.31 to 3.1.1.32
| | * | | | fsharp: update from 3.1.1.31 to 3.1.1.32Vincent Laporte2015-05-21
| | | | | |
| * | | | | kdeApps_15_04.okular: enable libspectre for PostScriptThomas Tuegel2015-05-21
| | | | | |
| * | | | | Merge pull request #7928 from gebner/libgit2-gliblethalman2015-05-21
| |\ \ \ \ \ | | | | | | | | | | | | | | Fix gnome3.libgit2-glib build.
| | * | | | | Remove reference to missing autogen.sh.Gabriel Ebner2015-05-21
| | | | | | |
| * | | | | | zed: 1.0.0 -> 1.1.0Domen Kožar2015-05-21
| | |/ / / / | |/| | | |
| * | | | | tuareg-mode: fix hashVincent Laporte2015-05-21
| | | | | |
| * | | | | nixos/tests/luksroot: Switch to use waitForText.aszlig2015-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes the "blindly hope that 60 seconds is enough" issue from 1f34503, so that we now have a (hopefully) reliable way to wait for the passphrase prompt. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * | | | | nixos/test-driver: Add new waitForText function.aszlig2015-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As promised in the previous commit, this can be used similarly to $machine->waitForWindow, where you supply a regular expression and it's retrying OCR until the regexp matches. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * | | | | nixos/test-driver: Add new getScreenText function.aszlig2015-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Basically, this creates a screenshot and throws tesseract at it to recognize the characters from the screenshot. In order to produce a result that is well enough, we're using lanczos scaling and scale the image up to 400% of its original size. This provides the base functionality for a new Machine method which will be called waitForText. I originally had that idea long ago when writing the VM tests for VirtualBox and Chromium, but thought it would be disproportionate to the case. The downside however is that VM tests now depend on tesseract, but given the average runtime of our tests it really shouldn't have a too big impact and it's only a runtime dependency after all. Another issue is that the OCR process takes quite some time to finish, but IMHO it's better (as in more deterministic) than to rely on sleep(). Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * | | | | nginx: Fix build for Darwin (no AIO there)John Wiegley2015-05-21
| | | | | |
| * | | | | Merge pull request #6539 from jagajaga/documentationArseniy Seroka2015-05-21
| |\ \ \ \ \ | | | | | | | | | | | | | | add information about git-based pkgs
| | * | | | | add information about git-based pkgsArseniy Seroka2015-02-23
| | | | | | |
| * | | | | | tightvnc: replace occurences to /usr/bin/sshPascal Wittmann2015-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | closes #3669
| * | | | | | tightvnc: refactoringPascal Wittmann2015-05-21
| | | | | | |