zimbatm
9ce6118b83
matterbridge: bridge #nixos-ruby to discord #ruby
2020-10-17 13:24:13 +02:00
Ryan Mulligan
d60236d7fa
bridge discord java with freenode nixos-jvm
2020-10-16 12:04:48 -07:00
Ryan Mulligan
c656c42c60
nixpkgs-update disable CVE feature
...
It seems to be broken with connection timeout errors
2020-10-14 20:29:40 -07:00
zimbatm
b9b20c9857
matterbridge: change the nick format
2020-10-14 10:58:04 +02:00
zimbatm
b1fdb004fb
matterbridge: add #nixcon channel
2020-10-14 10:48:40 +02:00
Ryan Mulligan
36c3d3397b
if nixpkgs-update fails for some reason, keep going
2020-10-13 20:27:48 -07:00
Ryan Mulligan
11fd871972
update nixpkgs-update
...
* ignore some Nix stderr messages
* set GITHUB_API_TOKEN
2020-10-11 12:36:07 -07:00
Ryan Mulligan
04b3a96ef0
nixpkgs-update: try using simple service type
...
oneshot doesn't work well because the service is long running and
running `systemd start nixpkgs-update` has to be manually placed into
the background by the caller
2020-10-11 10:07:31 -07:00
Ryan Mulligan
02efca6251
nixpkgs-update: use true as the script to start it
...
systemd wants ExecStart to exist
2020-10-11 09:38:43 -07:00
Ryan Mulligan
a9149159a0
update nixpkgs-update
...
* abort update if diff is empty
2020-10-11 09:33:38 -07:00
Ryan Mulligan
5e5839bc91
nixpkgs-update: use PostStart instead of ExecStart
2020-10-11 09:23:02 -07:00
Ryan Mulligan
552037fa23
nixpkgs-update: update python release fetcher
2020-10-11 08:51:38 -07:00
Ryan Mulligan
4c898f7561
nixpkgs-update: add git as dependency for update scripts
...
eventually, it should be possible to pass git through to the
updatescripts directly within the nixpkgs-update binary, but this is
quicker for now.
2020-10-11 07:21:54 -07:00
Ryan Mulligan
3dd266fe2a
update nixpkgs-update
...
* remove checks against python-unstable, because it doesn't seem to
exist anymore
2020-10-10 14:58:42 -07:00
zimbatm
75f1332487
use services/hound/update-hound.py to add all of nix-community
2020-10-06 19:20:34 +02:00
zimbatm
a942713e24
hound: add nix-community/home-manager
2020-10-06 11:10:33 +02:00
zimbatm
50c467f044
hound: add nix-community/nur-combined
2020-10-06 11:09:17 +02:00
zimbatm
5101973130
hound: remove the missing nixos-users/wiki.wiki
2020-10-06 11:06:17 +02:00
zimbatm
06ff21ea37
deploy search.nix-community.org
...
This is migrating search.nix.gcs.io with the code from
https://github.com/grahamc/network/tree/master/flexo/hound
2020-10-06 10:52:04 +02:00
zimbatm
18346ee38d
add nix-data to Hydra
2020-10-05 20:56:48 +02:00
Timo Kaufmann
da1e5f5fc6
marvin: update
...
- review reminders (#88 )
- opt-in in the PR description (#89 )
2020-09-30 23:55:15 +02:00
Ryan Mulligan
1cd8c54200
update nixpkgs-update
...
- run content skiplist even on updateScript
2020-09-27 10:27:39 -07:00
Ryan Mulligan
07efc7cb64
update ryantm's ssh key
2020-09-24 09:02:14 -07:00
Ryan Mulligan
ead8da4e68
update nixpkgs-update
...
* skip GNOME updates
2020-09-24 09:00:23 -07:00
Ryan Mulligan
6a746c281e
update niv's code
2020-09-24 09:00:09 -07:00
zimbatm
4699970b07
update queued-build-hook
2020-08-18 16:41:41 +02:00
Ryan Mulligan
eb74ccc6a4
update nixpkgs-update
...
* switch cache over to nix-community
* rewrite assertNotUpdatedOn
2020-08-18 07:20:17 -07:00
Ryan Mulligan
fe11f8e995
update niv
2020-08-18 07:20:11 -07:00
Ryan Mulligan
ad33bef342
Merge branch 'nixpkgs-updater-cache'
2020-08-18 07:19:16 -07:00
zimbatm
de0113295d
Remove references to cachix, stop having r-ryantm be a nix trusted user
...
Cachix is now being handled by the post build hook using the
nix-communit Cachix, and I don't remember why r-ryantm had to be a nix
trusted user, so lets turn that off and see if it works.
2020-08-17 21:17:30 -07:00
zimbatm
96b735946c
matterbridge: fix config access
2020-08-08 15:40:04 +02:00
zimbatm
ead12a2499
let nixpkgs-updater use the nix-community cache
2020-08-08 14:35:17 +02:00
zimbatm
b9135bd585
deploy: speed up by using caches
...
Specifying the Nix config file only work in the Nix Flakes branch for
the moment.
Load from both the nix-community and nixpkgs-update cached to speed-up
deployment.
2020-08-08 14:34:52 +02:00
zimbatm
ddbaa6463d
deploy NixBridge
2020-08-08 14:34:29 +02:00
Ryan Mulligan
a366ea8a6e
update nixpkgs-update
...
* skip updateScript rewriter if there is no updateScript
2020-08-01 10:03:25 -07:00
Ryan Mulligan
fb15d7ff83
update nixpkgs-update
...
* fail update if updateScript fails
2020-08-01 09:54:23 -07:00
Ryan Mulligan
4c1d7ce55b
update nixpkgs-update
...
* updateScript
* extensive reorganization of main update logic
2020-08-01 06:48:35 -07:00
lewo
0374f08245
Merge pull request #34 from nix-community/redoxpkgs
...
hydra: add Redoxpkgs project
2020-07-31 09:44:10 +02:00
Antoine Eiche
951c617fe7
hydra: add Redoxpkgs project
2020-07-28 22:26:43 +02:00
Ryan Mulligan
404d834c32
update nixpkgs-update
...
* uses an updated version of nixpkgs-review which should work without
external deps.
2020-07-23 13:35:56 -07:00
Ryan Mulligan
87ab2af5b2
fix nixpkgs-update script dependencies
...
* the python package to update fetchers still need nix-shell
2020-07-21 06:28:51 -07:00
Ryan Mulligan
1817ad224a
update nixpkgs-update
...
* maybe fix issue with nixpkgs-update using a dev-shell instead of the
correct derivation
2020-07-21 06:21:18 -07:00
Ryan Mulligan
f2bee8862d
update nixpkgs-update
...
* nixpkgs-update now references some dependencies directly
* use flakes / flake compat
* blacklist openbazaar
* reformat with ormolu
2020-07-21 05:41:38 -07:00
Timo Kaufmann
7395992620
marvin: update
...
- lower fgaz's rate limit
2020-07-18 10:48:50 +02:00
Timo Kaufmann
daca033458
marvin: update
...
- Fix review rate limiting (urlencode missing)
- Fix a race condition when manually setting the status to
needs_reviewer
2020-07-14 22:37:19 +02:00
Timo Kaufmann
084cf4549f
marvin: update
...
- Use precise timeframes to determine reviewer availability
- Cache reviewer unavailability
- Avoid hitting search rate limits
2020-07-14 21:38:30 +02:00
Timo Kaufmann
08fbd2d13c
marvin: update
...
- New automatic transitions (marked as ready, action when needs_reviewer)
- Run triage more often
- Enable asyncio logging
2020-07-13 22:42:16 +02:00
Timo Kaufmann
1e3aeba1da
marvin: update
...
- Fix greeting failing to be posted
- Fix / wait out race condition.
Both in https://github.com/timokau/marvin-mk2/pull/62
2020-07-08 14:09:03 +02:00
Timo Kaufmann
c2974af8bb
marvin: update
...
- Actually execute (await) review requests
2020-07-07 23:25:03 +02:00
Timo Kaufmann
75b9211e4d
marvin: update
...
- Fallback for requesting reviews for non-collaborators
- Do not transition to awaiting_changes on simple comments
- Better logging
2020-07-07 23:16:15 +02:00