summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* anaconda: centos-7.4: do not install systemd-{networkd,resolved} through ↵Jonathan Bauer2018-02-221-1/+0Star
| | | | kickstart
* Makefile: clean_failed: add missing semicolonManuel Messner2018-02-221-1/+1
|
* Makefile: new target clean_failed candidateJonathan Bauer2018-02-221-1/+13
| | | | | | | uses the fact that packer deletes the output directory if the build fails, hence it is enough to check for the presence of <flavor>.<timestamp>/build to detect whether a build was successful or not.
* [ubuntu-17.10] add symlink to generic ubuntu preseedJonathan Bauer2018-02-211-0/+1
|
* [ubuntu-16.04] move ubuntu-16.04 preseed to generic ubuntu folder andJonathan Bauer2018-02-212-0/+1
| | | | symlink ubuntu-16.04 to it
* ubuntu-16.04/preseed.cfg: fix regex to also match PermitRootLogin option in ↵Jonathan Bauer2018-02-211-1/+1
| | | | sshd config when it is commented
* ansible-roles: update revisionJonathan Bauer2018-02-211-0/+0
|
* Makefile: clean_except_last: fix bug if no prov builds availableManuel Messner2018-02-201-6/+14
|
* Makefile: boot: fix spacingManuel Messner2018-02-201-6/+6
|
* Makefile: prov: fix spacingManuel Messner2018-02-201-6/+6
|
* Makefile: base: fix spacingManuel Messner2018-02-201-4/+4
|
* Makefile: clean_except_last: fix spacingManuel Messner2018-02-201-4/+4
|
* Makefile: boot: reindent ifsManuel Messner2018-02-201-4/+4
|
* Makefile: add spacingManuel Messner2018-02-201-2/+8
|
* Makefile: clean_except_last: move bracket style to lisp styleManuel Messner2018-02-201-3/+1Star
|
* Makefile: clean_bases: move bracket style to lisp styleManuel Messner2018-02-201-2/+1Star
|
* Makefile: clean_all: move bracket style to lisp styleManuel Messner2018-02-201-2/+1Star
|
* Makefile: fix <template>/base/boot targetsJonathan Bauer2018-02-201-6/+11
| | | | | | | The different build directories for base and provisioning targets lead to broken base/boot targets. We now set the BUILD_DIR and ANSIBLE_DIR_CUR depending on the type of flavor we build the boot files for.
* Makefile: PACKER_OPTS: fix variable usageManuel Messner2018-02-201-4/+4
| | | | | | If PACKER_OPTS are supplied via CLI, they will override the rules defined in the Makefile. To make them work again a 'override' rule needs to be supplied.
* Makefile: indent all variable definitions in the same wayJonathan Bauer2018-02-201-6/+5Star
|
* Makefile: refactor search for available buildersManuel Messner2018-02-201-11/+15
|
* Makefile: remove newlineManuel Messner2018-02-201-1/+0Star
|
* [ubuntu-17.10] new templateJonathan Bauer2018-02-191-0/+137
|
* [ubuntu-16.04] remove manifest since we do not use itJonathan Bauer2018-02-191-4/+0Star
|
* Makefile: fix ROOTPW checkManuel Messner2018-02-191-3/+5
| | | | | | | | | | For the base target, the password must only be checked for existance; not for correctness, too. The comparison file does not exist yet. We cannot simply do a $(filter /base,$(PW_NEEDED)) because the base target might be included implicitely. What we do instead is, we check for the existance of the base directory and only if it exists, we do the comparison.
* Makefile: help: extend and reformatManuel Messner2018-02-191-7/+9
|
* Makefile: make variables changeable from outsideManuel Messner2018-02-191-4/+4
|
* Makefile: extend help by the available optionsManuel Messner2018-02-191-0/+9
|
* Makefile: move headless setting to WINDOW variableManuel Messner2018-02-191-2/+3
|
* Makefile: move check for ROOTPW out of target contextManuel Messner2018-02-161-13/+17
| | | | We want to minimize complexity of the targets.
* Makefile: boot targets: fix deletion of temporary build folderJonathan Bauer2018-02-141-3/+1Star
|
* Makefile: hasher: add to verbose outputManuel Messner2018-02-131-1/+1
|
* Makefile: hasher: move to topManuel Messner2018-02-131-0/+2
|
* Makefile: hasher: make it optionalManuel Messner2018-02-131-1/+1
|
* Makefile: add missing empty lineManuel Messner2018-02-131-0/+1
|
* Makefile: fix faulty indentionManuel Messner2018-02-131-2/+2
|
* Makefile: boot targets: fix wrong path given to check_rootpw (causing the ↵Jonathan Bauer2018-02-131-1/+1
| | | | password hash check to fail)
* Makefile: boot targets: reintroduce deletion of tmp image if DEBUG is setJonathan Bauer2018-02-131-0/+3
|
* Makefile: create the symlink to <flavor>.latest before provisioningJonathan Bauer2018-02-131-1/+1
|
* Makefile: quote ROOTPW variable when generating/validating its hashJonathan Bauer2018-02-131-2/+2
|
* Makefile: clean_all targetJonathan Bauer2018-02-131-1/+6
|
* Makefile: clean_bases targetJonathan Bauer2018-02-131-1/+5
|
* Makefile: clean_expect_last targetJonathan Bauer2018-02-131-5/+11
| | | | | just go over each template and each known (only known!) flavors and delete any folder not named "base" and not pointed to by <flavor>.latest
* Makefile: symlink latest provisioning build as <flavor>.latestJonathan Bauer2018-02-131-0/+1
|
* Makefile: validate passwords on provisioning targetsJonathan Bauer2018-02-121-2/+2
|
* Makefile: check_rootpw: add support for password hash checkJonathan Bauer2018-02-121-2/+5
|
* Makefile: move headless option to verboseManuel Messner2018-02-121-2/+3
|
* Makefile: check_rootpw: refactorManuel Messner2018-02-121-1/+6
|
* Makefile: fixup: add spacingManuel Messner2018-02-121-0/+1
|
* Makefile: timestamp: add commentManuel Messner2018-02-121-0/+3
|