Commit Graph

87 Commits

Author SHA1 Message Date
Ryan Mulligan
70960463c7 update readme 2018-03-21 21:57:19 -07:00
Ryan Mulligan
aebd678648 make up.sh work again if called by itself 2018-03-21 21:53:50 -07:00
Ryan Mulligan
11ae3a207d try different shellcheck method 2018-03-21 21:35:38 -07:00
Ryan Mulligan
c65889a01a add travis continuous testing 2018-03-21 21:33:48 -07:00
Ryan Mulligan
0af8879980 temporarily blacklist attrpaths starting with lua 2018-03-21 20:53:40 -07:00
Ryan Mulligan
e78e486036 fix fetcher check 2018-03-21 20:53:30 -07:00
Ryan Mulligan
383c07a66a don't edit derivations with multiple fetchers, or with "DO NOT EDIT" in them 2018-03-21 19:07:06 -07:00
Ryan Mulligan
8e0f388962 fix xfce blacklist syntax 2018-03-21 18:58:49 -07:00
Ryan Mulligan
aee75e3b47 blacklist xfce 2018-03-21 10:01:41 -07:00
Ryan Mulligan
7daa8280b7 blacklist mpich 2018-03-20 20:24:11 -07:00
Ryan Mulligan
b55f7e6476 blacklist linuxHeaders 2018-03-20 20:18:50 -07:00
Ryan Mulligan
988f68ed6d fetch from upstream and origin 2018-03-20 09:38:33 -07:00
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