Eelco Dolstra
f1f79505fc
find-tarballs.nix: Handle stdenv bootstrap fetchurl
2016-04-08 14:00:47 +02:00
Eelco Dolstra
e2ad72342e
nix-generate-from-cpan: Skip "if" package since it's part of Perl now
2016-03-03 12:43:11 +01:00
Eelco Dolstra
50b950fe8d
nix-generate-from-cpan: Don't quote names that don't need it
2016-03-03 12:43:11 +01:00
Eelco Dolstra
50e1e69c0a
Remove unmaintained gnupdate script
2016-03-02 17:14:49 +01:00
Domen Kožar
fe09260465
travis-ci: fix /etc/nix/nix.conf population
2016-02-28 19:18:07 +00:00
Domen Kožar
3069cab2e7
travis-ci: stop abusing hydra now that it pushes directly to cache
2016-02-28 08:25:08 +00:00
zimbatm
3110d60cf6
Merge pull request #10768 from rycee/refactor/nix-generate-from-cpan
...
nix-generate-from-cpan: large refactor
2016-02-26 00:40:15 +00:00
Domen Kožar
05730a9bf8
travis-ci: enable tarball job again (now we have more memory)
2016-02-25 15:59:43 +00:00
Vladimír Čunát
e053971d81
tarball: fix the job
...
Find-tarballs was failing on some `requireFile` that was fixed-output
but didn't specify `outputHashMode`. Apparently, nix is fine with that
and uses the "flat" default, although that's undocumented.
2016-02-25 08:29:57 +01:00
Michael Raskin
3845649b89
vanity counter: update Github name search
2016-02-24 10:37:34 +01:00
Michael Raskin
b4eebd86c1
Be less location-dependent
2016-02-20 16:12:50 +01:00
Robert Helgesson
c90c30dd1e
nix-generate-from-cpan: large refactor
...
This commit includes a substantial refactoring of
`nix-generate-from-cpan`. This somewhat simplifies the code through the
use of the CPAN::Meta module while adding the following features:
- The program now takes an optional maintainer on the command line that
is subsequently added into the generated package.
- An attempt is made to convert the license specified inside the
META.json or META.yaml file to a license in `stdenv.lib.licenses`.
- An attempt is made to disambiguate attribute names of packages whose
name is a reserved word in Nix.
- Write logging output using Log::Log4perl.
- Print module RSS feed URL. The RSS feed, hosted by MetaCPAN, can be
used to track updates to the module.
2016-01-23 18:54:05 +01:00
Eelco Dolstra
5eb2804cdb
copy-tarballs.pl: Create redirects before uploading file
...
This makes the script more robust to interruption.
2015-12-16 15:39:08 +01:00
Eelco Dolstra
d5371eb029
copy-tarballs: Cache S3 lookups
2015-12-16 15:39:02 +01:00
Eelco Dolstra
7cd3d502bb
copy-tarballs.pl: Revive extracting all tarballs from release.nix
2015-12-16 15:38:59 +01:00
Eelco Dolstra
493f633002
Die tabs die
2015-12-16 15:38:55 +01:00
Eelco Dolstra
a6ca6bbed9
copy-tarballs.pl: Fix --expr
2015-12-15 10:47:46 +00:00
Eelco Dolstra
903803a1f3
Allow uploading multiple files
2015-12-15 10:11:55 +00:00
Eelco Dolstra
8f5856ce63
copy-tarballs.pl: Remove redundant check
2015-12-10 17:26:05 +01:00
Eelco Dolstra
567e002545
copy-tarballs: Use an S3 bucket for tarballs.nixos.org
...
Tarballs.nixos.org is now stored in an S3 bucket rather than an EBS
volume. Redirects are used to simulate symlinks.
The function find-tarballs.nix now filters out fetchzip, fetchpatch
and the like.
2015-12-10 16:07:07 +01:00
Michael Raskin
30bf5a01ad
Fix maintainer list format and improve vanity.sh reliability
2015-12-08 19:12:26 +01:00
William A. Kennington III
dd2de66d61
Merge branch 'master.upstream' into staging.upstream
2015-10-30 17:16:07 -07:00
Arseniy Seroka
61910861dc
fix spelling
2015-10-25 04:26:49 +03:00
Luca Bruno
697d61ceab
maint script gnome.sh: update all packages
2015-09-25 10:48:39 +02:00
Luca Bruno
67d2344120
gnome-shell: use src.nix
2015-09-17 17:02:55 +02:00
Luca Bruno
dbdb732849
maint script gnome-latest.sh: rename to gnome.sh, update src.nix
2015-09-17 17:02:55 +02:00
Luca Bruno
39965bba04
maint script gnome-latest.sh: support point versions, handle 404 errors
2015-09-17 17:02:55 +02:00
Luca Bruno
08bd889058
maint script gnome-latest.sh: don't write sha to a file
2015-09-17 15:21:14 +02:00
Domen Kožar
4eeb4c88aa
Merge pull request #8436 from dezgeg/pr-travis-oom
...
travis-nox-review-pr: Try to detect if the build ran out of memory
2015-06-21 09:26:25 +02:00
Tuomas Tynkkynen
d78d168096
travis-nox-review-pr: Try to detect if the build ran out of memory
...
Travis builds sometimes fail because Travis doesn't have much memory.
When it happens, the failure reason is often hard to see in the logs and
is confusing (especially for new contributors).
Try to detect OOM errors in dmesg and give a warning when it happens.
2015-06-20 23:31:17 +03:00
Luca Bruno
84327822e1
gnome-latest.sh: use bash, it doesn't work with sh
2015-06-11 12:27:50 +02:00
Florian Friesdorf
88e58a4fa2
cygwin: stdenv
2015-05-28 10:53:34 +02:00
Georges Dubus
4d6ba289db
Travis: disable tarball creating check, because travis can't handle it
2015-03-04 15:28:09 +01:00
Benjamin Staffin
92aef0621f
update-channel-branches: fix to work with posix /bin/sh
...
Should now work equally well with bash (as on NixOS) and dash (on
various other distributions).
The only truly required change was on line 10: "function" is a
superfluous keyword that's not present in posix sh.
Change-Id: If917499b2e24c0d039e8c61208227b90c9fc5c0d
2015-02-17 17:21:55 -08:00
Peter Simons
ec6b82a0c2
Merge branch 'master' into staging.
2015-01-19 18:41:17 +01:00
Michael Raskin
ad7ced806f
Update vanity to add more special characters.
2015-01-18 18:20:08 +03:00
Eric Seidel
b070eacfcd
rename occurrences of cc.gcc to cc.cc
2015-01-14 20:51:58 -08:00
Georges Dubus
c7df7f6361
Travis: check tarball creation even for pull requests
...
This will help us catch PR that break the tarball creation, for example
by breaking evaluation on other platforms.
2015-01-04 14:02:07 +01:00
John Wiegley
28b6fb61e6
Change occurrences of gcc to the more general cc
...
This is done for the sake of Yosemite, which does not have gcc, and yet
this change is also compatible with Linux.
2014-12-26 11:06:21 -06:00
Nicolas B. Pierron
9334085e80
update-channel-branches.sh: Add verbosity to improve the user experience, and update NixOS documentation.
2014-12-18 22:25:21 +01:00
Nicolas Pierron
d7edec4888
Add other source of channels, and distinguish between local and remote channels.
2014-12-18 01:24:40 +00:00
Nicolas Pierron
f0c21ab3f7
Add a script to add git branches for each channel.
2014-12-17 00:44:58 +00:00
Domen Kožar
48a282b913
http://nixos.org -> https://nixos.org
...
(cherry picked from commit 78bb17dd22e4da4e3810fbc78185d73bb25ea73e)
Signed-off-by: Domen Kožar <domen@dev.si>
2014-12-14 11:26:45 +01:00
Eelco Dolstra
97a2de297e
Fix various Perl packages
...
Perl 5.20 removed some modules, in particular Module::Pluggable. So
now other modules need to get it from CPAN.
http://hydra.nixos.org/build/17450281
2014-11-25 00:29:48 +01:00
Aristid Breitkreuz
f10647f1c3
move dockerfile to subdirectory
2014-11-08 23:47:10 +01:00
Michael Raskin
bbd9f55947
Improve escaping (process backtick) and remove trailing spaces
2014-11-04 13:00:25 +03:00
Georges Dubus
d7af81d2dc
Make travis use "nox-review pr"
...
This should put an end to all the false rebuilds reported by travis.
2014-10-31 14:49:51 +01:00
wmertens
e20e0470bf
travis build: oops
...
Evaluation is too long - shouldn't have removed /dev/nulling
I wish I had a travis test environment :sad:
2014-10-15 18:50:28 +02:00
wmertens
b084b39375
travis build: Revert silly idea
...
nox-review should review against master, it's travis that should check out a hydra-available master commit to set the PR on. Perhaps we could rebase the current HEAD on the hydra-built commitish instead?
2014-10-15 18:45:13 +02:00
wmertens
5e6b6df33e
Travis build: source environment before build
...
💩
2014-10-15 11:52:23 +02:00