A simple NixOS deployment tool using nixos-rebuild internally, but trying to make infrastructure deployment more convenient.
Find a file
June 500438636a
Create a skeleton python project and modify it to fit this project
Create a skeleton python project using "hatch new -i --cli
infra-rebuild" with Hatch version 1.7.0 and modify it to fit this
project. This is the first step of porting infra-rebuild to Python.

Also provide a first .gitignore ignoring relevant build directories.
2024-06-05 15:24:47 +02:00
helper Add initial scripts, which make up the infra-rebuild tool 2024-05-28 00:14:29 +02:00
operations Add initial scripts, which make up the infra-rebuild tool 2024-05-28 00:14:29 +02:00
src/infra_rebuild Create a skeleton python project and modify it to fit this project 2024-06-05 15:24:47 +02:00
tests Create a skeleton python project and modify it to fit this project 2024-06-05 15:24:47 +02:00
.gitignore Create a skeleton python project and modify it to fit this project 2024-06-05 15:24:47 +02:00
COPYING License this program under GPL-3.0-or-later 2024-06-04 23:25:10 +02:00
infra-rebuild.sh Add initial scripts, which make up the infra-rebuild tool 2024-05-28 00:14:29 +02:00
pyproject.toml Create a skeleton python project and modify it to fit this project 2024-06-05 15:24:47 +02:00
README.md License this program under GPL-3.0-or-later 2024-06-04 23:25:10 +02:00

infra-rebuild

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.