Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-26 | Fix stupid typo | Ben Sima | |
2021-11-26 | Only generate the archive on public repos | Ben Sima | |
Publicity is marked by the presences of the git-daemon-export-ok file. | |||
2021-11-26 | Publish and archive some git repos | Ben Sima | |
Also adds a post-receive script that creates and publishes a git-archive of the repo at that commit. This way I can depend on my own nixpkgs fork. It took me forever but I finally figured out that I need --prefix in the git archive. I also switched to using gzip instead of xz because its faster, and I figured out how to get the sha256 that nix expects, so I can now just copy that and paste it into Biz/Bild/Sources.json. |