Commit Graph

162806 Commits

Author SHA1 Message Date
nyanloutre 0c029635cd qlcplus: fix udev rules path 2018-12-03 18:05:46 +01:00
Jörg Thalheim 20f3c94a77
Merge pull request #51446 from rvolosatovs/update/vim-plugins
vimPlugins: update
2018-12-03 16:30:04 +00:00
Bjørn Forsman bb94d419fb nixos/jenkins-job-builder: add accessTokenFile option
The new option allows storing the secret access token outside the world
readable Nix store.
2018-12-03 17:07:29 +01:00
Bjørn Forsman 8ebfd5c45c nixos/jenkins-job-builder: stop reloadScript on error
Currently there are two calls to curl in the reloadScript, neither which
check for errors. If something is misconfigured (like wrong authToken),
the only trace that something wrong happened is this log message:

  Asking Jenkins to reload config
  <h1>Bad Message 400</h1><pre>reason: Illegal character VCHAR='<'</pre>

The service isn't marked as failed, so it's easy to miss.

Fix it by passing --fail to curl.

While at it:
* Add $curl_opts and $jenkins_url variables to keep the curl command
  lines DRY.
* Add --show-error to curl to show short error message explanation when
  things go wrong (like HTTP 401 error).
* Lower-case the $CRUMB variable as upper case is for exported environment
  variables.

The new behaviour, when having wrong accessToken:

  Asking Jenkins to reload config
  curl: (22) The requested URL returned error: 401

And the service is clearly marked as failed in `systemctl --failed`.
2018-12-03 17:07:29 +01:00
Bjørn Forsman 84a2463499 jpeginfo: init at 1.6.1
jpeginfo prints information and tests integrity of JPEG/JFIF files.
2018-12-03 17:03:48 +01:00
Graham Christensen fc459de60e
Merge pull request #50452 from P-E-Meunier/carnix-fix
Rust build-support: fixing a compilation error in some crates
2018-12-03 10:53:25 -05:00
Robert Schütz a933c53b61 python.pkgs.moto: allow newer versions of python-jose 2018-12-03 16:50:42 +01:00
Mario Rodas 75a90b5a9b pythonPackages.testfixtures: 6.2.0 -> 6.3.0 2018-12-03 16:50:42 +01:00
Robert Schütz 55a8ea38da python.pkgs.python-jose: 2.0.2 -> 3.0.1 2018-12-03 16:50:42 +01:00
Robert Schütz 79ced8c6da python.pkgs.zodb: remove obsolete patches and fix tests 2018-12-03 16:50:42 +01:00
Robert Schütz 73eb15fe6a python.pkgs.zconfig: remove obsolete patch 2018-12-03 16:50:42 +01:00
Robert Schütz f6cb659fbd python.pkgs.whisper: fix tests 2018-12-03 16:50:42 +01:00
Robert Schütz 9614364dec python.pkgs.sphinx_rtd_theme: add sphinx to propagatedBuildInputs 2018-12-03 16:50:42 +01:00
Robert Schütz 0156fbef31 python.pkgs.pyacoustid: remove obsolete patch 2018-12-03 16:50:42 +01:00
Robert Schütz 1122f9a855 python.pkgs.webtest: fix build 2018-12-03 16:50:42 +01:00
Robert Schütz 0f241338c3 python.pkgs.Nikola: apply patch for broken test 2018-12-03 16:50:41 +01:00
Robert Schütz 0f2570554c python.pkgs.natsort: 5.4.1 -> 5.5.0 2018-12-03 16:50:41 +01:00
Robert Schütz 023580878c python.pkgs.gpsoauth: 0.2.0 -> 0.4.1 2018-12-03 16:50:41 +01:00
Robert Schütz b0c44debac python.pkgs.pylint: disable broken tests
fixes https://github.com/NixOS/nixpkgs/issues/51394
2018-12-03 16:50:41 +01:00
Robert Schütz 8310ad14a4 python: pylint: 2.1.1 -> 2.2.2 2018-12-03 16:50:41 +01:00
Robert Schütz d43a5804c3 python.pkgs.paste: 3.0.4 -> 3.0.5 2018-12-03 16:50:41 +01:00
Robert Schütz 5e013d2429 python.pkgs.forbiddenfruit: disable tests because they are missing in tarball 2018-12-03 16:50:41 +01:00
Robert Schütz a568a9e79b python.pkgs.eventlet: update propagatedBuildInputs 2018-12-03 16:50:41 +01:00
Robert Schütz 1d25f001bd python.pkgs.h11: 0.7.0 -> 0.8.1 2018-12-03 16:50:41 +01:00
Robert Schütz 6d021d4923 python.pkgs.zope_component: update propagatedBuildInputs 2018-12-03 16:50:41 +01:00
Robert Schütz 5c1367a439 python.pkgs.zope-hookable: init at 4.2.0 2018-12-03 16:50:41 +01:00
Robert Schütz 5a778bcac7 python.pkgs.zope-deferredimport: init at 4.3 2018-12-03 16:50:41 +01:00
Chris Ostrouchov 0107125d32 pythonPackages.branca: refactor fix broken python package 2018-12-03 16:50:41 +01:00
Chris Ostrouchov 9051a48dd2 pythonPackages.awkward: 0.4.4 -> 0.5.2 fix broken package 2018-12-03 16:50:41 +01:00
Chris Ostrouchov ef66dfe40c pythonPackages.asyncio: refactor disable for anything but 34 2018-12-03 16:50:41 +01:00
Chris Ostrouchov c38fb3f89c pythonPackages.altair: refactor fix broken python package 2018-12-03 16:50:41 +01:00
Chris Ostrouchov 5af94096ac pythonPackages.Wand: refactor fix broken package 2018-12-03 16:50:41 +01:00
Chris Ostrouchov 380b7086bc pythonPackages.lz4 refactor fix broken build 2018-12-03 16:50:41 +01:00
Chris Ostrouchov c631b307a0 pythonPackages.github3_py: refactor fix broken package 2018-12-03 16:50:41 +01:00
Chris Ostrouchov cafc4786f1 pythonPackages.jwcrypto: init at 0.6.0 dependency for broken github3_py 2018-12-03 16:50:41 +01:00
Chris Ostrouchov 9ab6554d3d python3Packages.gidgethub: refactor fix broken package 2018-12-03 16:50:41 +01:00
Chris Ostrouchov f5ce8aface pythonPackages.tifffile: 2018.10.18 -> 0.15.1
Downgrade package. 2018.XX.XX are not official releases? Fixes
dask-image build as well.
2018-12-03 16:50:41 +01:00
Chris Ostrouchov d39d85c0b2 pythonPackages.faker: refactor remove pytest requirements 2018-12-03 16:50:41 +01:00
Chris Ostrouchov 0ae8b4868c pythonPackages.fake_factory: refactor disable tests (for good reason) 2018-12-03 16:50:41 +01:00
Chris Ostrouchov 99b5abef81 pythonPackages.factory_boy: refactor remove fake_factory dependency 2018-12-03 16:50:41 +01:00
Chris Ostrouchov 6ae42339d6 pythonPackages.iocapture: refactor meta attribute license 2018-12-03 16:50:41 +01:00
Chris Ostrouchov 56fbdbca15 pythonPackages.Quandl: 3.2.1 -> 3.4.5 2018-12-03 16:50:41 +01:00
Chris Ostrouchov d5111b119c pythonPackages.factory_boy: 2.6.1 -> 2.11.1 2018-12-03 16:50:41 +01:00
Chris Ostrouchov 3e69473974 pythonPackages.httpretty: 0.8.10 -> 0.9.6 2018-12-03 16:50:41 +01:00
Chris Ostrouchov d5399b074a pythonPackages.nose-randomly: init at 1.2.5 2018-12-03 16:50:41 +01:00
Chris Ostrouchov 7fe2539e19 pythonPackages.PyLTI: refactor add chalice as dependency fix build 2018-12-03 16:50:41 +01:00
Chris Ostrouchov 147473511e pythonPackages.chalice: init at 1.6.1 2018-12-03 16:50:41 +01:00
Chris Ostrouchov 4149c51ed1 pythonPackages.livereload: 2.5.1 -> 2.6.0 2018-12-03 16:50:41 +01:00
Robert Schütz 8a5d9dd379 python.pkgs.datadog: 0.23.0 -> 0.25.0 2018-12-03 16:50:41 +01:00
Frederik Rietdijk 9dba3231cd python.pkgs.acoustics: broken 2018-12-03 16:50:41 +01:00