summaryrefslogtreecommitdiffstats
path: root/maintainers
AgeCommit message (Collapse)Author
2016-02-25tarball: fix the jobVladimír Čunát
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-24vanity counter: update Github name searchMichael Raskin
2016-02-20Be less location-dependentMichael Raskin
2016-01-23nix-generate-from-cpan: large refactorRobert Helgesson
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.
2015-12-16copy-tarballs.pl: Create redirects before uploading fileEelco Dolstra
This makes the script more robust to interruption.
2015-12-16copy-tarballs: Cache S3 lookupsEelco Dolstra
2015-12-16copy-tarballs.pl: Revive extracting all tarballs from release.nixEelco Dolstra
2015-12-16Die tabs dieEelco Dolstra
2015-12-15copy-tarballs.pl: Fix --exprEelco Dolstra
2015-12-15Allow uploading multiple filesEelco Dolstra
2015-12-10copy-tarballs.pl: Remove redundant checkEelco Dolstra
2015-12-10copy-tarballs: Use an S3 bucket for tarballs.nixos.orgEelco Dolstra
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-08Fix maintainer list format and improve vanity.sh reliabilityMichael Raskin
2015-10-30Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III
2015-10-25fix spellingArseniy Seroka
2015-09-25maint script gnome.sh: update all packagesLuca Bruno
2015-09-17gnome-shell: use src.nixLuca Bruno
2015-09-17maint script gnome-latest.sh: rename to gnome.sh, update src.nixLuca Bruno
2015-09-17maint script gnome-latest.sh: support point versions, handle 404 errorsLuca Bruno
2015-09-17maint script gnome-latest.sh: don't write sha to a fileLuca Bruno
2015-06-21Merge pull request #8436 from dezgeg/pr-travis-oomDomen Kožar
travis-nox-review-pr: Try to detect if the build ran out of memory
2015-06-20travis-nox-review-pr: Try to detect if the build ran out of memoryTuomas Tynkkynen
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-11gnome-latest.sh: use bash, it doesn't work with shLuca Bruno
2015-05-28cygwin: stdenvFlorian Friesdorf
2015-03-04Travis: disable tarball creating check, because travis can't handle itGeorges Dubus
2015-02-17update-channel-branches: fix to work with posix /bin/shBenjamin Staffin
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-01-19Merge branch 'master' into staging.Peter Simons
2015-01-18Update vanity to add more special characters.Michael Raskin
2015-01-14rename occurrences of cc.gcc to cc.ccEric Seidel
2015-01-04Travis: check tarball creation even for pull requestsGeorges Dubus
This will help us catch PR that break the tarball creation, for example by breaking evaluation on other platforms.
2014-12-26Change occurrences of gcc to the more general ccJohn Wiegley
This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
2014-12-18update-channel-branches.sh: Add verbosity to improve the user experience, ↵Nicolas B. Pierron
and update NixOS documentation.
2014-12-18Add other source of channels, and distinguish between local and remote channels.Nicolas Pierron
2014-12-17Add a script to add git branches for each channel.Nicolas Pierron
2014-12-14http://nixos.org -> https://nixos.orgDomen Kožar
(cherry picked from commit 78bb17dd22e4da4e3810fbc78185d73bb25ea73e) Signed-off-by: Domen Kožar <domen@dev.si>
2014-11-25Fix various Perl packagesEelco Dolstra
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-08move dockerfile to subdirectoryAristid Breitkreuz
2014-11-04Improve escaping (process backtick) and remove trailing spacesMichael Raskin
2014-10-31Make travis use "nox-review pr"Georges Dubus
This should put an end to all the false rebuilds reported by travis.
2014-10-15travis build: oopswmertens
Evaluation is too long - shouldn't have removed /dev/nulling I wish I had a travis test environment :sad:
2014-10-15travis build: Revert silly ideawmertens
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-15Travis build: source environment before buildwmertens
:poop:
2014-10-15Travis: Make it work with non-PRWout Mertens
2014-10-15Travis: chop build in install and build phasesWout Mertens
This allows us to see how long install takes. Also, build from hydra binaries as much as possible.
2014-10-14travis build: Silence gitwmertens
Last one I promise :grin:
2014-10-14travis build: More silencewmertens
2014-10-14travis build: Make curl silent (but report errors)wmertens
2014-10-12Update vanity counter. Now with GitHub username supportMichael Raskin
2014-10-12Improve name quoting to correctly handle underscoreMichael Raskin
2014-10-07Made the travis build check the metadataGeorges Dubus