Commit Graph

75 Commits

Author SHA1 Message Date
Ryan Mulligan
62d0e3e9f1 blacklist electron 2018-03-20 07:06:26 -07:00
Ryan Mulligan
bf8dacb747 blacklist python/perl in any part of name, blacklist gst because of lockstep versions 2018-03-20 06:57:44 -07:00
Ryan Mulligan
871d841369 ignore packages-to-update.txt 2018-03-19 22:38:39 -07:00
Ryan Mulligan
b4e91fbc30 do work during while waiting 15 minutes
closes #9
2018-03-19 22:37:51 -07:00
Ryan Mulligan
ba6f302cd1 get arguments from packages-to-update, fix version comparison syntax error 2018-03-19 21:00:52 -07:00
Ryan Mulligan
d425c5cfc9
Merge pull request #22 from matthewbauer/version-check
Check that version is actually newer via compareVersions
2018-03-19 10:42:42 -07:00
Matthew Bauer
cddfe9418b Check that version is actually newer via compareVersions 2018-03-19 12:18:44 -05:00
Ryan Mulligan
23ecf1eebf shortcircuit python packages, and blacklist cdrtools 2018-03-19 09:00:28 -07:00
Ryan Mulligan
ae57ec93b1 change blacklist comments to error messages; use ATTR_PATH in commit message/pr 2018-03-18 06:55:13 -07:00
Ryan Mulligan
56e52cd7bd fix issue with building gnome packages where package name and attr name differ; block all perl packages too
see PR nixos/nixpkgs/#37317 for example of perl failure
2018-03-18 06:46:40 -07:00
Ryan Mulligan
fb9fc54a76 fixes and error messages 2018-03-17 22:04:34 -07:00
Ryan Mulligan
5426a2bc22 fixup shellcheck issues from #21 2018-03-17 11:22:51 -07:00
Ryan Mulligan
f0cec1ba46 Merge branch 'master' of github.com:ryantm/nix-update 2018-03-17 11:21:40 -07:00
Ryan Mulligan
3f9368f864 update delete-merged to delete local ones too 2018-03-17 11:21:16 -07:00
Ryan Mulligan
0fd21b5f45
Merge pull request #21 from matthewbauer/patch-3
Automatically clone 'nixpkgs'
2018-03-17 11:20:52 -07:00
Matthew Justin Bauer
fc02d11a8c
Automatically clone 'nixpkgs'
nixpkgs cache is stored in $HOME/.cache/nixpkgs. Will setup upstream and origin correctly to be used later on with 'hub'.
2018-03-17 12:18:32 -05:00
Ryan Mulligan
af7153d3b8 add delete-merged.sh 2018-03-17 08:07:03 -07:00
Ryan Mulligan
f4275654dd add changes suggested by shellcheck 2018-03-17 07:57:57 -07:00
Ryan Mulligan
974e23acec
Merge pull request #20 from matthewbauer/patch-2
Lookup attribute using nix-env
2018-03-17 07:37:07 -07:00
Matthew Justin Bauer
23d60d0ec4
Use attribute path where needed 2018-03-16 18:06:12 -05:00
Matthew Justin Bauer
9100d54e61
Lookup attribute using nix-env 2018-03-16 17:55:41 -05:00
Ryan Mulligan
9cb9dd2e76 fix tree gist 2018-03-16 14:30:41 -07:00
Ryan Mulligan
85cfec7cd7 blackist fcitx and all of gnome 2018-03-16 14:30:30 -07:00
Ryan Mulligan
77cf6aeea5 add gist of directory tree listing to check-result 2018-03-16 09:30:59 -07:00
Ryan Mulligan
940a8d1c78
Merge pull request #16 from matthewbauer/patch-1
Get DERIVATION_FILE using "nix edit"
2018-03-15 21:00:00 -07:00
Matthew Justin Bauer
d6b027bfb7
Remove old sed 2018-03-15 22:00:55 -05:00
Matthew Justin Bauer
ca05eb6eb4
Get DERIVATION_FILE using "nix edit" 2018-03-15 21:46:42 -05:00
Ryan Mulligan
4833b6392d rm -f to not fail on missing result output 2018-03-15 18:45:10 -07:00
Ryan Mulligan
bfadaef2ad improve check for expected version
previously it was always positive because it was matching the nix store
path version
2018-03-15 18:43:03 -07:00
Ryan Mulligan
bf4351006e remove some slow-build blacklists; delete result links before building; handle ./result-bin 2018-03-15 18:41:52 -07:00
Ryan Mulligan
88e1958381 improve logging, blacklist libxc 2018-03-14 22:19:40 -07:00
Ryan Mulligan
8763c41382 log timestamps, git merge base, blacklist fricas
We are doing our changes on the git merge base of staging and master so
we can switch between them without annoying any of the nixpkgs
CODEOWNERS.
2018-03-14 10:06:37 -07:00
Ryan Mulligan
876bfe1f7e update PR and commit messages slightly. 2018-03-09 14:59:38 -08:00
Ryan Mulligan
d4d4b6fd49 Merge branch 'master' of github.com:ryantm/nix-update 2018-03-09 14:56:19 -08:00
Ryan Mulligan
11f7e6663b add github-release to blacklist 2018-03-09 14:54:52 -08:00
Ryan Mulligan
f82ffc0233
add other prior work 2018-03-09 13:30:54 -08:00
Ryan Mulligan
37879e8f97 cleanup usage of numeric variables 2018-03-08 18:41:35 -08:00
Ryan Mulligan
c8247de576 add google-cloud-sdk to blacklist 2018-03-08 17:31:51 -08:00
Ryan Mulligan
e3f6504014 globally substitute \. for . to escape for sed 2018-03-07 21:03:12 -08:00
Ryan Mulligan
70bc368d90 fix bug if no maintainers, stop if branch already exists on origin, blacklist some stuff 2018-03-07 20:21:32 -08:00
Ryan Mulligan
740ef08297 add atlas to blacklist, fail for equal hashes for now 2018-03-07 14:38:18 -08:00
Ryan Mulligan
34ccc1f3e4 fix maintainer part for real 2018-03-07 08:23:34 -08:00
Ryan Mulligan
8dfdcaaf38 use correct maintainer 2018-03-07 08:17:45 -08:00
Ryan Mulligan
568cd76ffd add package blacklist for jquery 2018-03-07 08:11:18 -08:00
Ryan Mulligan
1a8b9100b5 don't auto-update special builders
closes #6
2018-03-07 07:56:38 -08:00
Ryan Mulligan
621aa95f8a fix sed interpreting version string period as regex 2018-03-07 07:42:18 -08:00
Ryan Mulligan
3a19c72caa check to make sure staging hasn't been updated already 2018-03-07 06:48:03 -08:00
Ryan Mulligan
0954b0b859 use nix eval and new github maintainers 2018-03-04 12:58:44 -08:00
Ryan Mulligan
10ecda3690 add prior work note 2018-03-04 12:04:59 -08:00
Ryan Mulligan
ca6ce85c8b use nix 2.0 2018-03-04 11:07:41 -08:00