Commit Graph

4 Commits (main)

Author SHA1 Message Date
Pacman99 00f8b477a6 bors.toml: don't delete merged branches
This caused develop to be deleted. And if most people send PR's from
forks of devos, this line doesn't really help much.
2021-05-14 22:49:39 -07:00
Timothy DeHerrera 7a825bbeb6 ci: update bors.toml for new pipeline 2021-04-24 16:43:09 -05:00
Timothy DeHerrera 1ac3d83fc1
bors: no squash merge 2021-03-16 15:15:26 -06:00
Timothy DeHerrera c012f2f4ed treewide cleanups and refactoring for initial tests (#157)
- [x] refactor lib into separate files, similar to NixOS/nixpkgs/lib.
- [x] refactor ci to automatically generate derivations from flake outputs
- [x] remove cluttered indirection statements throughout the codebase
- [x] refactor hosts to allow for upcoming integration tests
- [x] improve ambiguity in the existing docs 
- [x] add [BORS](https://bors.tech) support
- [x] add initial integration test
- [x] write tests documentation
- [x] test lib
- [x] improve version string generation, and do so automatically for pkgs/flake.nix sources

Clean up the codebase as best we can in preparation for #152 and add tests. From now on, all PRs will be merged with BORS.
2021-03-14 07:10:51 +00:00