Vincent Ambo
6716bf018c
chore(nixery): Housekeeping for depot compatibility
...
Cleans up a whole bunch of things I wanted to get out of the door
right away:
* depot internal references to //third_party/nixery have been replaced
with //tools/nixery
* cleaned up files from Github
* fixed SPDX & Copyright headers
* code formatting and inclusion in //tools/depotfmt checks
Change-Id: Iea79f0fdf3aa04f71741d4f4032f88605ae415bb
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5486
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: tazjin <tazjin@tvl.su>
2022-04-20 15:31:16 +00:00
Raphael Borun Das Gupta
3d26ea9e63
docs: change references to repo URL
...
The Nixery main Git repo has moved
from https://github.com/google/nixery
to https://github.com/tazjin/nixery .
So change it in README and on the https://nixery.dev/ website.
2022-04-20 14:22:09 +02:00
Vincent Ambo
9929891f56
docs: Remove note about unsupported Google projects
...
I no longer work at Google and the repo has moved, so this is no
longer relevant.
2021-10-29 17:32:40 +02:00
Vincent Ambo
84fb380f57
docs: Update build badge in README
...
Moves the build badge to point at Github Actions, instead of the old (failing) Travis build
2021-07-15 16:23:42 +02:00
Florian Klink
7e8295189b
docs: document unset GOOGLE_APPLICATION_CREDENTIALS
...
In case the `GOOGLE_APPLICATION_CREDENTIALS` environment variable is not
set, a redirect to storage.googleapis.com is issued, which means the
underlying bucket objects need to be publicly accessible.
This wasn't really obvious until now, so further clarify it.
2021-04-29 23:55:34 +02:00
Vincent Ambo
3e1d63ccb3
docs: Update README with a link to the NixCon talk
2020-12-05 14:34:09 +01:00
Vincent Ambo
8a5c446bab
docs: Add a note about a Nix-native builder to the roadmap
...
... if I don't mention this somewhere I'll probably never do it!
2020-10-27 23:07:31 +01:00
Vincent Ambo
b736f5580d
docs: Add storage configuration options to README
2019-10-28 22:31:44 +01:00
Vincent Ambo
7b7d21205f
docs: Update GCS signing key documentation
...
This key is now taken straight from the configured service account
key.
2019-10-27 13:58:04 +01:00
Vincent Ambo
64f74abc4d
feat: Add configuration option for popularity data URL
2019-09-21 12:44:40 +01:00
Vincent Ambo
496a4ab847
docs: Add information about NIX_TIMEOUT variable
2019-09-02 23:44:57 +01:00
Vincent Ambo
0ee239874b
docs(README): Update links to layering strategy
2019-08-17 10:10:41 +01:00
Vincent Ambo
3f232e0170
docs: Add asciinema demo to README & book
2019-08-15 16:04:34 +01:00
Vincent Ambo
12a853fab7
docs: Minor fixes to README after new website release
2019-08-05 01:26:19 +01:00
Vincent Ambo
aa260af1ff
docs: Add GCS signing envvars to README
2019-08-03 01:31:51 +01:00
Vincent Ambo
da5df525c8
docs: Update all nixery.appspot.com references to nixery.dev
...
Shiny, new domain is much better and eliminates the TLS redirect issue
because there is a HSTS preload for the entire .dev TLD (which, by the
way, is awesome!)
2019-08-02 17:14:06 +01:00
Vincent Ambo
ec8e9eed5d
docs(README): Revamp with updated information on package sources
...
Adds documentation for configuration options and supported features.
2019-07-31 15:28:36 +01:00
Vincent Ambo
9753df9255
docs(README): Add logo & build status
2019-07-30 13:42:43 +01:00
Vincent Ambo
33d876fda8
docs(README): Update roadmap information
...
Adds information about Kubernetes integration & custom repository
support as well as links to the relevant tracking issues.
2019-07-29 21:10:04 +01:00
Vincent Ambo
93a3985298
docs(README): Remove known issues from README
...
These issues have been moved to the issue tracker.
2019-07-29 21:10:04 +01:00
Vincent Ambo
3042444757
chore: Import Nixery from experimental
...
Moves the existing Nixery code base to a git repository and switches
to public equivalents of libraries used.
2019-07-23 20:53:38 +01:00