summary refs log tree commit diff
path: root/maintainers
Commit message (Collapse)AuthorAge
* find-tarballs.nix: Handle stdenv bootstrap fetchurlEelco Dolstra2016-04-08
|
* nix-generate-from-cpan: Skip "if" package since it's part of Perl nowEelco Dolstra2016-03-03
|
* nix-generate-from-cpan: Don't quote names that don't need itEelco Dolstra2016-03-03
|
* Remove unmaintained gnupdate scriptEelco Dolstra2016-03-02
|
* travis-ci: fix /etc/nix/nix.conf populationDomen Kožar2016-02-28
|
* travis-ci: stop abusing hydra now that it pushes directly to cacheDomen Kožar2016-02-28
|
* Merge pull request #10768 from rycee/refactor/nix-generate-from-cpanzimbatm2016-02-26
|\ | | | | nix-generate-from-cpan: large refactor
| * nix-generate-from-cpan: large refactorRobert Helgesson2016-01-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | travis-ci: enable tarball job again (now we have more memory)Domen Kožar2016-02-25
| |
* | tarball: fix the jobVladimír Čunát2016-02-25
| | | | | | | | | | | | 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.
* | vanity counter: update Github name searchMichael Raskin2016-02-24
| |
* | Be less location-dependentMichael Raskin2016-02-20
|/
* copy-tarballs.pl: Create redirects before uploading fileEelco Dolstra2015-12-16
| | | | This makes the script more robust to interruption.
* copy-tarballs: Cache S3 lookupsEelco Dolstra2015-12-16
|
* copy-tarballs.pl: Revive extracting all tarballs from release.nixEelco Dolstra2015-12-16
|
* Die tabs dieEelco Dolstra2015-12-16
|
* copy-tarballs.pl: Fix --exprEelco Dolstra2015-12-15
|
* Allow uploading multiple filesEelco Dolstra2015-12-15
|
* copy-tarballs.pl: Remove redundant checkEelco Dolstra2015-12-10
|
* copy-tarballs: Use an S3 bucket for tarballs.nixos.orgEelco Dolstra2015-12-10
| | | | | | | | 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.
* Fix maintainer list format and improve vanity.sh reliabilityMichael Raskin2015-12-08
|
* Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-10-30
|\
| * fix spellingArseniy Seroka2015-10-25
| |
* | maint script gnome.sh: update all packagesLuca Bruno2015-09-25
|/
* gnome-shell: use src.nixLuca Bruno2015-09-17
|
* maint script gnome-latest.sh: rename to gnome.sh, update src.nixLuca Bruno2015-09-17
|
* maint script gnome-latest.sh: support point versions, handle 404 errorsLuca Bruno2015-09-17
|
* maint script gnome-latest.sh: don't write sha to a fileLuca Bruno2015-09-17
|
* Merge pull request #8436 from dezgeg/pr-travis-oomDomen Kožar2015-06-21
|\ | | | | travis-nox-review-pr: Try to detect if the build ran out of memory
| * travis-nox-review-pr: Try to detect if the build ran out of memoryTuomas Tynkkynen2015-06-20
| | | | | | | | | | | | | | | | 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.
* | gnome-latest.sh: use bash, it doesn't work with shLuca Bruno2015-06-11
|/
* cygwin: stdenvFlorian Friesdorf2015-05-28
|
* Travis: disable tarball creating check, because travis can't handle itGeorges Dubus2015-03-04
|
* update-channel-branches: fix to work with posix /bin/shBenjamin Staffin2015-02-17
| | | | | | | | | | 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
* Merge branch 'master' into staging.Peter Simons2015-01-19
|\
| * Update vanity to add more special characters.Michael Raskin2015-01-18
| |
* | rename occurrences of cc.gcc to cc.ccEric Seidel2015-01-14
|/
* Travis: check tarball creation even for pull requestsGeorges Dubus2015-01-04
| | | | | This will help us catch PR that break the tarball creation, for example by breaking evaluation on other platforms.
* Change occurrences of gcc to the more general ccJohn Wiegley2014-12-26
| | | | | This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
* update-channel-branches.sh: Add verbosity to improve the user experience, ↵Nicolas B. Pierron2014-12-18
| | | | and update NixOS documentation.
* Add other source of channels, and distinguish between local and remote channels.Nicolas Pierron2014-12-18
|
* Add a script to add git branches for each channel.Nicolas Pierron2014-12-17
|
* http://nixos.org -> https://nixos.orgDomen Kožar2014-12-14
| | | | | (cherry picked from commit 78bb17dd22e4da4e3810fbc78185d73bb25ea73e) Signed-off-by: Domen Kožar <domen@dev.si>
* Fix various Perl packagesEelco Dolstra2014-11-25
| | | | | | | 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
* move dockerfile to subdirectoryAristid Breitkreuz2014-11-08
|
* Improve escaping (process backtick) and remove trailing spacesMichael Raskin2014-11-04
|
* Make travis use "nox-review pr"Georges Dubus2014-10-31
| | | | This should put an end to all the false rebuilds reported by travis.
* travis build: oopswmertens2014-10-15
| | | | | Evaluation is too long - shouldn't have removed /dev/nulling I wish I had a travis test environment :sad:
* travis build: Revert silly ideawmertens2014-10-15
| | | 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?
* Travis build: source environment before buildwmertens2014-10-15
| | | :poop: