| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | nixos/tests: Remove tests.boot.boot* prefixes•••As @bobvanderlinden suggests in #13585: "Looks like that cleans things up quite a bit! Just one aesthetics note, the boot tests could now be renamed from boot.bootBiosCdrom to boot.biosCdrom in nixos/tests/boot.nix:L33. That makes them more consistent with the other tests." Signed-off-by: aszlig <aszlig@redmoonstudios.org> release-16.03-start | aszlig | 2016-03-01 | 2 | -5/+5 |
| * | nixos/tests/chromium: Split up into subtests•••This makes it easier to test just a specific channel rather than to force testing all builds down the users/testers throat. Especially this makes it easier to test NixOS channel upgrades only against the Chromium stable channel instead of just removing the beta/dev channels from the tests entirely (as done in 69ec09f38aa1f1d37baec73ebdf9cf5f21050f94). Signed-off-by: aszlig <aszlig@redmoonstudios.org> | aszlig | 2016-03-01 | 3 | -73/+62 |
| * | nixos/release: Use callSubTests for subtests•••Should clean up a lot of these redundant lines for various sub-tests. Note that the tests.boot* are now called tests.boot.boot*, but otherwise all the test attribute names should stay the same. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @edolstra Cc: @wkennington Cc: @bobvanderlinden | aszlig | 2016-03-01 | 2 | -41/+6 |
| * | nixos/tests/networking: Expose subtests via attrs•••So far the networking test expression only generated a single test depending on the passed "test" attribute. This makes it difficult to autodiscover the subtests with our shiny new callSubTests function. This change essentially doesn't change the behaviour of the subtests but rather exposes them as an attribute set instead of relying on a particular input argument. The useNetworkd argument still exists however. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @wkennington | aszlig | 2016-03-01 | 1 | -350/+355 |
| * | nixos/release.nix: Add a callSubTests function•••This should de-clutter the various redundant lines of callTest's on subtests so that every main test file should have only one line with a callSubTests instead. Overrides work the same way as callTest, except that if the system attribute is explicitly specified we do not generate attributes for all available systems. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @edolstra | aszlig | 2016-03-01 | 1 | -1/+19 |
| * | nixos/tests/virtualbox: Split up subtests•••Now subtests are separate derivations, because the individual tests do not depend on state from previous test runs. This has the advantage that it's easier to run individiual tests and it's also easier to pinpoint individual tests that randomly fail. I ran all of these tests locally and they still succeed. Signed-off-by: aszlig <aszlig@redmoonstudios.org> | aszlig | 2016-02-29 | 2 | -109/+118 |
| * | Merge pull request #13540 from zimbatm/sourceforge-mirror-everywhere•••use the sourceforge mirrors everywhere | Domen Kožar | 2016-02-28 | 45 | -49/+49 |
| |\ | |||||
| | * | use the sourceforge mirrors everywhere••• find pkgs -name "*.nix" -exec sed -r \ "s|https?://downloads.sourceforge.net/|mirror://sourceforge/|g" -i {} \; | zimbatm | 2016-02-28 | 45 | -49/+49 |
| |/ | |||||
| * | quicktun: init at 2.2.4 | Franz Pletz | 2016-02-28 | 2 | -0/+36 |
| * | Make sure we use the older version of hjsonpointer | Michael Alan Dorman | 2016-02-28 | 1 | -1/+1 |
| * | Make sure an older version of hjsonpointer is included | Michael Alan Dorman | 2016-02-28 | 1 | -0/+1 |
| * | mwc-random: drop obsolete overrides | Peter Simons | 2016-02-28 | 1 | -3/+0 |
| * | Add LTS Haskell 5.4. | Peter Simons | 2016-02-28 | 1 | -1/+4 |
| * | hackage-packages.nix: update Haskell package set•••This update was generated by hackage2nix v20151217-12-g567601b using the following inputs: - Nixpkgs: https://github.com/NixOS/nixpkgs/commit/82be4306aef14f3d97c4bf6bebcb875bf046b12e - Hackage: https://github.com/commercialhaskell/all-cabal-hashes/commit/300be01a1038afe0c7b12f3737b8c06f2103e855 - LTS Haskell: https://github.com/fpco/lts-haskell/commit/45f9a3dc1607fcbd0be11ab4c185c0cb9baf9d99 - Stackage Nightly: https://github.com/fpco/stackage-nightly/commit/18441cd11a18cd8f47f2e1efe89e02049b9e292f | Peter Simons | 2016-02-28 | 77 | -310/+11213 |
| * | gitinspector: 0.4.1 -> 0.4.4 | Bjørn Forsman | 2016-02-28 | 1 | -2/+2 |
| * | Merge pull request #13536 from phunehehe/postfix-symlinks•••postfix: use relative symlinks for mailq and newaliases | Peter Simons | 2016-02-28 | 2 | -1/+19 |
| |\ | |||||
| | * | postfix: use relative symlinks for mailq and newaliases | Hoang Xuan Phu | 2016-02-28 | 2 | -1/+19 |
| * | | Merge pull request #13530 from danielfullmer/zerotier-fix•••zerotierone: hardcoded path fix | Domen Kožar | 2016-02-28 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | zerotierone: hardcoded path fix•••New code in zerotier broke the previous substitution where we refer to the correct path for "ip". | Daniel Fullmer | 2016-02-27 | 1 | -1/+1 |
| | |/ | |||||
| * | | fix NixOS eval | Domen Kožar | 2016-02-28 | 1 | -6/+4 |
| * | | Merge pull request #13518 from leenaars/love2•••love: fix broken 0.8.2 + added version 0.72 | Michael Raskin | 2016-02-28 | 2 | -1/+53 |
| |\ \ | |||||
| | * | | love: fix broken 0.8 + added version 0.72 | Michiel Leenaars | 2016-02-27 | 2 | -1/+53 |
| * | | | Add Apache Jena Fuseki instead of obsolete and unavailable Jena Joseki | Michael Raskin | 2016-02-28 | 5 | -115/+53 |
| * | | | PULL_REQUEST_TEMPLATE: fix issues raised in 3c84ae406 | Domen Kožar | 2016-02-28 | 1 | -2/+3 |
| * | | | nixos copySystemConfiguration: fix when chrooted•••Fixes #7974. Also makes the description more informative. | Vladimír Čunát | 2016-02-28 | 1 | -4/+7 |
| * | | | PULL_REQUEST_TEMPLATE.md: clarify a few things | Domen Kožar | 2016-02-28 | 1 | -8/+10 |
| * | | | perl-Readonly: 2.00 -> 2.01 | Robert Helgesson | 2016-02-28 | 1 | -2/+3 |
| * | | | perl-Log-Any: 1.038 -> 1.040 | Robert Helgesson | 2016-02-28 | 1 | -2/+2 |
| * | | | perl-LWP: 6.13 -> 6.15•••Also remove no longer needed patch. | Robert Helgesson | 2016-02-28 | 2 | -79/+3 |
| * | | | perl-URI: 1.69 -> 1.71 | Robert Helgesson | 2016-02-28 | 1 | -4/+4 |
| * | | | perl-Redis: 1.981 -> 1.982 | Robert Helgesson | 2016-02-28 | 1 | -2/+2 |
| * | | | perl-Log-Any: 1.032 -> 1.038 | Robert Helgesson | 2016-02-28 | 1 | -2/+2 |
| * | | | perl-CGI: 4.25 -> 4.26 | Robert Helgesson | 2016-02-28 | 1 | -2/+2 |
| * | | | perl-DateTime-Format-MySQL: 0.05 -> 0.06 | Robert Helgesson | 2016-02-28 | 1 | -2/+2 |
| * | | | perl-DBIx-Class: 0.082820 -> 0.082821•••Also remove patches for issues that have been resolved upstream. | Robert Helgesson | 2016-02-28 | 3 | -125/+2 |
| * | | | note the desktopManagerHandlesLidAndPower removal | Domen Kožar | 2016-02-28 | 1 | -0/+4 |
| * | | | Merge pull request #9727 from Profpatsch/dm-lid-management•••remove desktopManagerHandlesLidAndPower | Domen Kožar | 2016-02-28 | 1 | -23/+0 |
| |\ \ \ | |||||
| | * | | | Remove desktopManagerHandlesLidAndPower•••As discussed on https://github.com/NixOS/nixpkgs/pull/9642, the option is not necessary because all desktop managers already stopped handling it (and delegated to systemd). | Profpatsch | 2015-09-08 | 1 | -23/+0 |
| * | | | | travis-ci: stop abusing hydra now that it pushes directly to cache | Domen Kožar | 2016-02-28 | 1 | -5/+1 |
| * | | | | Merge pull request #13524 from makefu/bepasty-recursive-env•••services.bepasty: buildEnv for creating PYTHONPATH | Domen Kožar | 2016-02-28 | 1 | -2/+6 |
| |\ \ \ \ | |||||
| | * | | | | services.bepasty: buildEnv for creating PYTHONPATH•••Fixes 'You need gevent installed to use this worker.' as well as missing Flask deps. | makefu | 2016-02-28 | 1 | -2/+6 |
| * | | | | | Merge pull request #13513 from grahamc/omnibus-cves•••Several CVEs | Franz Pletz | 2016-02-28 | 10 | -22/+36 |
| |\ \ \ \ \ | |||||
| | * | | | | | moodle: 2.8.5 -> 2.8.10 for CVE-2016-0724 CVE-2016-0725 | Graham Christensen | 2016-02-27 | 1 | -5/+5 |
| | * | | | | | pythonmagick: 0.9.11 -> 0.9.12 | Graham Christensen | 2016-02-27 | 1 | -3/+3 |
| | * | | | | | xara: broken due to patch-tracker.debian.org being missing. | Graham Christensen | 2016-02-27 | 2 | -2/+4 |
| | * | | | | | cgit: 0.11.2 -> 0.12 for CVE-2016-1899 CVE-2016-1900 CVE-2016-1901 | Graham Christensen | 2016-02-27 | 1 | -4/+4 |
| | * | | | | | mysql: 5.5.45 -> 5.5.48 for multiple CVEs: CVE-2015-4792 CVE-2015-4802 CVE-20... | Graham Christensen | 2016-02-27 | 1 | -2/+2 |
| | * | | | | | jasper: patch for CVE-2016-1867 | Graham Christensen | 2016-02-27 | 2 | -1/+13 |
| | * | | | | | libbsd: 0.7.0 -> 0.8.2 for CVE-2016-2090 | Graham Christensen | 2016-02-27 | 1 | -3/+3 |
| | * | | | | | mbedtls: 1.3.14 -> 1.3.16 for CVE-2015-8036 | Graham Christensen | 2016-02-27 | 1 | -2/+2 |
