about summary refs log tree commit diff
path: root/tools/nixery/README.md (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-02-06 r/5838 fix(nixery): fix link to nixery logoVincent Ambo1-1/+1
Change-Id: Ib78659b971696feaff579bc0a31df7d8ee24e459 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8034 Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
2022-04-20 r/3982 chore(nixery): Housekeeping for depot compatibilityVincent Ambo1-2/+12
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 docs: change references to repo URLRaphael Borun Das Gupta1-2/+2
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.
2021-10-29 docs: Remove note about unsupported Google projectsVincent Ambo1-2/+0
I no longer work at Google and the repo has moved, so this is no longer relevant.
2021-07-15 docs: Update build badge in READMEVincent Ambo1-1/+1
Moves the build badge to point at Github Actions, instead of the old (failing) Travis build
2021-04-29 docs: document unset GOOGLE_APPLICATION_CREDENTIALSFlorian Klink1-0/+4
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.
2020-12-05 docs: Update README with a link to the NixCon talkVincent Ambo1-4/+10
2020-10-27 docs: Add a note about a Nix-native builder to the roadmapVincent Ambo1-0/+6
... if I don't mention this somewhere I'll probably never do it!
2019-10-28 docs: Add storage configuration options to READMEVincent Ambo1-1/+25
2019-10-27 docs: Update GCS signing key documentationVincent Ambo1-8/+10
This key is now taken straight from the configured service account key.
2019-09-21 feat: Add configuration option for popularity data URLVincent Ambo1-0/+1
2019-09-02 docs: Add information about NIX_TIMEOUT variableVincent Ambo1-0/+2
2019-08-17 docs(README): Update links to layering strategyVincent Ambo1-4/+7
2019-08-15 docs: Add asciinema demo to README & bookVincent Ambo1-17/+8
2019-08-05 docs: Minor fixes to README after new website releaseVincent Ambo1-5/+6
2019-08-03 docs: Add GCS signing envvars to READMEVincent Ambo1-0/+4
2019-08-02 docs: Update all nixery.appspot.com references to nixery.devVincent Ambo1-6/+6
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-07-31 docs(README): Revamp with updated information on package sourcesVincent Ambo1-24/+53
Adds documentation for configuration options and supported features.
2019-07-30 docs(README): Add logo & build statusVincent Ambo1-3/+9
2019-07-29 docs(README): Update roadmap informationVincent Ambo1-27/+17
Adds information about Kubernetes integration & custom repository support as well as links to the relevant tracking issues.
2019-07-29 docs(README): Remove known issues from READMEVincent Ambo1-20/+0
These issues have been moved to the issue tracker.
2019-07-23 chore: Import Nixery from experimentalVincent Ambo1-0/+99
Moves the existing Nixery code base to a git repository and switches to public equivalents of libraries used.