Refactor Makefile #23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
The Makefile has many hardcoded parts (IP addresses, names (“debian-buster”) etc.) and in general is very complex.
Local testing is responsible for a large part of the complexity of the Makefile, yet it is not often used. Additionally, I don’t think local testing currently works (since the created torrent does not have any seeders nor a webseed url). This seems to have been introduced in
e43f34991d.Is local testing a feature we want to keep or is the complexity not worth maintaining it @jalr?
Also, the Makefile reimplements parts of tftpgen, which is somewhat redundant.
For me the complexity made me ignore the Makefile which lead to variables that are not used anymore in the docker build process still being passed.
TODO:
ANNOUNCE(done in !64)WEBSEED(in the case of removing local testing)ANSIBLE_VERSION,PACKER_VERSION(became useless in !63, possibly replace with pinning the alpine version)changed title from {-Local testing-} to {+Refactor Makefile+}
changed the description
changed the description
changed the description
mentioned in issue #26