Frederik Rietdijk
4f6dde2494
Merge pull request #26044 from aneeshusa/update-pgcli-to-1.5.1
...
Update pgcli to 1.5.1
2017-05-24 21:24:30 +02:00
Aneesh Agrawal
473189e8e0
pgcli: 1.3.1 -> 1.5.1
2017-05-24 15:20:36 -04:00
Dan Peebles
c05461fde6
pants13-pre: make it actually work on Linux
...
Third time's a charm. Not sure how I thought that three different files
would download and have the same hash, but that's what the old code did.
This one should have the three distinct platform hashes.
2017-05-24 07:52:58 -04:00
Tim Steinbach
997f9d678e
ammonite: 0.9.1 -> 0.9.3
2017-05-24 07:41:59 -04:00
Franz Pletz
d69c2968a2
Merge pull request #26003 from bachp/gitlab-runner-update
...
Gitlab runner update
2017-05-24 12:50:32 +02:00
zimbatm
4f6ab299a0
gitlab-runner: 9.1.0 -> 9.2.0
2017-05-24 11:19:52 +01:00
Dan Peebles
a43e104ada
pants13-pre: fix on non-Darwin platforms
2017-05-24 00:05:20 -04:00
Dan Peebles
b0adb09b32
pants13-pre: pre-download the native engine
...
This saves pants 1.3 from having to download it at startup. Eventually
we'll build it ourselves (it's a rust binary) but for now this works.
2017-05-23 22:29:33 -04:00
Pascal Bach
335865b943
gitlab-runner, gitlab-runner_1_11: change path fix patch to work on non NixOS
...
It now tries to find the shell via path first and then falls back to the original
behavior.
2017-05-23 22:34:22 +02:00
Tim Steinbach
347cb0b4f7
ammonite: 0.9.0 -> 0.9.1
2017-05-23 07:49:33 -04:00
John Ericson
8a423c3a90
Merge pull request #26012 from Ericson2314/gdb-fix
...
gdb: s/target/tagetPlatform
2017-05-23 01:36:09 -04:00
John Ericson
56b7f9b94d
gdb: s/target/tagetPlatform
...
Oops, missed this when cleaning up derivation recently
2017-05-23 01:18:12 -04:00
John Ericson
c3b2c5bf77
Merge pull request #25997 from obsidiansystems/isHurd
...
stdenv: Rename `isGNU` to `isHurd` as GNU is a userland
2017-05-22 19:02:49 -04:00
Jörg Thalheim
c42739a429
wllvm: init at 1.1.3
2017-05-22 22:46:23 +01:00
Pascal Bach
86e714095c
gitlab-runner: 9.1.0 -> 9.2.0
2017-05-22 23:26:53 +02:00
Pascal Bach
aea157a1ec
gitlab-runner_1_11: 1.11.2 -> 1.11.4
2017-05-22 23:26:39 +02:00
Pascal Bach
da6f5e3b77
gitlab-runner: add patch for shell from v1 to latest version
2017-05-22 23:26:15 +02:00
John Ericson
c443033be3
gdb: Modernize and simplify derivation
...
- `isGNU` to `isHurd`, my sedding did not catch
- Simplify cross compilation in general
- Be more careful about python
- no more `gdbCross` in all-packages
2017-05-22 17:10:29 -04:00
Dan Peebles
9d5c28d22c
pants: fix buggy pathspec version
...
When transplanting the expression in 845d1b28bf
I accidentally switched pants 1.3 to use the old pathspec, which breaks
at runtime. This should fix it.
2017-05-22 15:34:46 -04:00
Arseniy Seroka
9e392dd7ac
Merge pull request #25967 from NeQuissimus/coursier_1_0_0_rc3
...
coursier: 1.0.0-RC2 -> 1.0.0-RC3
2017-05-22 20:02:26 +03:00
Brendan Miller
b737ddd65d
pants13-pre: 1.3.0.dev19 -> 1.3.0rc2
...
Pulling in the latest 1.3.0 release candidate from pants.
2017-05-22 12:31:27 -04:00
Dan Peebles
845d1b28bf
pants{,13-pre}: move from pythonPackages to top level
...
That means it'll build in Hydra and we don't really care which version of
Python it builds against.
2017-05-22 12:22:13 -04:00
Mateusz Kowalczyk
638fb38ef0
jenkins: 2.61 -> 2.62
2017-05-22 12:01:31 +01:00
Tim Steinbach
575ff5c990
coursier: 1.0.0-RC2 -> 1.0.0-RC3
2017-05-21 09:46:50 -04:00
Tim Steinbach
207c4427b2
ammonite: 0.8.5 -> 0.9.0
2017-05-21 09:37:27 -04:00
Mateusz Kowalczyk
a7e861a058
jenkins: 2.56 -> 2.61
2017-05-20 22:54:07 +01:00
kadota kyohei
a908f2a3df
google-app-engine-go-sdk: init at 1.9.53 ( #25856 )
...
* google-app-engine-go-sdk: init at 1.9.53
* google-app-engine-go-sdk: simplify python wrapper, use fetchzip
* add myself to maintainer list
* google-app-engine-go-sdk: add lufia as maintainer
2017-05-20 19:33:57 +01:00
Jörg Thalheim
c2dce6a745
Merge pull request #25666 from vmandela/gitseries
...
git-series: init at 0.9.1
2017-05-20 18:59:41 +01:00
Joachim Fasting
acfffd18f5
chromedriver: treat native build inputs as such
2017-05-20 19:28:00 +02:00
Joachim Fasting
4fe8165e84
chromedriver: refactor per-platform src specs, fixing eval
...
Use an attrset to ensure consistency between available
specs & hydra platforms.
This fixes evaluation error due to trying to build this on arm
linux (introduced by 357f193c9d
).
2017-05-20 19:27:58 +02:00
Joachim Fasting
88ff541807
chromedriver: remove redundant lib param
2017-05-20 19:27:53 +02:00
Venkateswara Rao Mandela
3b69497bb1
git-series: init at 0.9.1
...
git series tracks changes to a patch series over time. git series also
tracks a cover letter for the patch series, formats the series for
email, and prepares pull requests.
https://github.com/git-series/git-series
2017-05-20 16:00:31 +00:00
Jörg Thalheim
c66af84b3c
Merge pull request #25797 from selaux/ubiquitous-chromedriver
...
chromedriver: Update and make available for linux-i686 and darwin
2017-05-20 14:16:52 +01:00
Stefan Lau
357f193c9d
chromedriver: 2.25 -> 2.29
2017-05-20 14:16:08 +01:00
Peter Simons
769e14a422
multi-ghc-travis: update to latest git version and install both scripts
...
We're using the names 'make-travis-yml' and 'make-travis-yml-2' now, which
feels more in-line'ish with the Cabal file hvr is distributing.
2017-05-19 09:26:28 +02:00
Benjamin Staffin
965bffdb69
bazel: 0.4.4 -> 0.4.5 ( #25821 )
...
Also added zsh and bash completion support
2017-05-18 23:14:50 -04:00
Daiderd Jordan
a4f772435d
Merge pull request #25309 from acowley/rtags-id
...
rtags: link to libclang.dylib at absolute path on darwin
2017-05-18 00:14:45 +02:00
John Ericson
bec5ffee15
Merge pull request #25232 from obsidiansystems/cross-binutils
...
Cross binutils
2017-05-17 16:34:56 -04:00
John Ericson
7018dfb9f4
binutils and cctools: Prefix derivation names with target for cross
...
We want platform triple prefixes and suffixes on derivation names to
be used consistently. The ideom this commit strives for is
- suffix means build != host, i.e. cross *built* packages. This is
already done.
- prefix means build != target, i.e. cross tools. This matches the
tradition of such binaries themselves being prefixed to disambiguate.]
Binutils and cctools, as build tools, now use the latter
2017-05-17 15:33:05 -04:00
John Ericson
88ea6463a3
binutils on darwin: Clean up the rats nest
...
- No more *Cross duplication for binutils on darwin either.
`cctools_cross` is merged into plain `cctools`, so `buildPackages`
chains alone are used to disambiguate.
- Always use a mashup of cctools and actual GNU Binutils as `binutils`.
Previously, this was only done in the native case as nobody had
bothered to implement the masher in the cross case. Implemented it
basically consisted of extending the wrapper to deal with prefixed
binaries.
2017-05-17 15:33:05 -04:00
Tim Steinbach
9379045664
Merge pull request #25842 from NeQuissimus/ammonite_0_8_5
...
ammonite: 0.8.4 -> 0.8.5
2017-05-17 08:30:30 -04:00
Peter Hoeg
d4b3c86a08
editorconfig-core-c: minor cleanups
2017-05-17 16:53:08 +08:00
Tim Steinbach
8037c5e0cf
ammonite: 0.8.4 -> 0.8.5
2017-05-16 20:39:42 -04:00
Stefan Lau
04527cd84b
chromedriver: allow to install on more systems
2017-05-15 13:53:07 +02:00
Franz Pletz
2ab474b4a7
gitlab-runner_1_11: add patch to fetch shells from system path
2017-05-14 22:48:15 +02:00
Frederik Rietdijk
a9238eae8f
Merge pull request #25738 from nand0p/buildbot-0.9.7
...
buildbot: 0.9.6 -> 0.9.7
2017-05-14 10:00:12 +02:00
Matthew Justin Bauer
4b06293597
checkbashisms: simplify and set platforms to unix ( #25773 )
...
- adds version to name
- also adds "unix" as platform (anything with perl should work)
2017-05-14 08:15:30 +01:00
Fernando J Pando
a6bcf148d7
buildbot: 0.9.6 -> 0.9.7
2017-05-12 10:59:27 -04:00
Vincent Demeester
4f58a496c3
vndr: 20161110 -> 20170511
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2017-05-11 15:14:55 +02:00
Peter Hoeg
83970f5cbc
usb_modeswitch: remove unneeded dependencies
2017-05-11 13:45:05 +08:00