Python script for initializing and updating apt debian repo #2
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "setup-debian-repo"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
With the -i argument, the setup_debian_repo script installs all the dependencies and initializes config files for the debian repo.
Without the -i argument, the setup_debian_repo script just builds all the microservices and re-adds them to the repo using reprepro.
Future possible todos:
Also building peach-web currently fails as it says it needs a version of rust nightly for pear
@mhfowler
Beautiful work! I like the way you used jinja for rendering config files with variables - very neat. Nice implementation of idempotency checks too :)
You're welcome to merge at your leisure.
Sounds like we will do another PR to use freight instead of reprepro, but I'll still merge this and then can do another PR on top of it