summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Makefile: reworked commentsManuel Messner2018-02-121-15/+6Star
|
* Makefile: packer: make optionalManuel Messner2018-02-121-1/+1
|
* Makefile: add spacingManuel Messner2018-02-121-0/+11
|
* Makefile: add timestamp to verbose outputManuel Messner2018-02-121-0/+2
|
* Makefile: check_rootpw: move downManuel Messner2018-02-121-1/+4
|
* Makefile: move help target to eofManuel Messner2018-02-121-5/+4Star
|
* Makefile: remove all targetManuel Messner2018-02-121-2/+2
|
* Makefile: add separator between verbose info and further ouputJonathan Bauer2018-02-121-0/+1
|
* Makefile: set verbose flag if debug flag is setManuel Messner2018-02-121-0/+1
|
* Makefile: search builder only if not definedManuel Messner2018-02-121-9/+11
|
* Makefile: remove unneeded branchManuel Messner2018-02-121-6/+1Star
| | | | As we do verbose printing below, this output is not needed anymore.
* Makefile: add verbosity flagManuel Messner2018-02-121-1/+16
| | | | If VERBOSE is set, then the important variables will be printed.
* Makefile: help: remove unneeded parenthesesManuel Messner2018-02-121-2/+2
|
* Makefile: support parallel buildsManuel Messner2018-02-121-27/+16Star
| | | | | | | | * now builds provisioned images in a timestamped subdirectory, copying the ansible-roles it was built with * simplified the post-processing of images builts using better paths :) Signed-off-by: Jonathan Bauer <jonathan.bauer@rz.uni-freiburg.de>
* Makefile: rename vm_nameManuel Messner2018-02-121-3/+3
| | | | Signed-off-by: Jonathan Bauer <jonathan.bauer@rz.uni-freiburg.de>
* Makefile: remove unneeded variableJonathan Bauer2018-02-081-1/+1
|
* Makefile: simplify BUILDER selectionManuel Messner2018-02-081-4/+1Star
| | | | | | | Instead of checking and/or defining the DEFAULT_BUILDER in every single step, we can safely skip that and use the first entry of AVAILABLE_BUILDERS instead. This should have the same result.
* Makefile: simplify ifndef+def -> ?=Manuel Messner2018-02-081-6/+2Star
|
* Makefile: repair check_rootpw functionManuel Messner2018-02-081-5/+1Star
| | | | https://stackoverflow.com/questions/20389064/using-gnu-make-functions-to-check-if-variables-are-defined
* Makefile: indentation...Jonathan Bauer2018-02-071-1/+1
|
* Makefile: check_rootpw function & callsJonathan Bauer2018-02-071-3/+9
|
* Makefile: cleaned up help a bitJonathan Bauer2018-02-071-9/+7Star
|
* Makefile: reworked builder detection a bitJonathan Bauer2018-02-071-16/+11Star
|
* Makefile: small formatting changesJonathan Bauer2018-02-071-5/+8
|
* Makefile: remove old/completed TODOsJonathan Bauer2018-02-071-3/+1Star
|
* Makefile: remove incorrect comment signManuel Messner2018-02-071-1/+1
|
* Makefile: echo -e -> printfManuel Messner2018-02-071-4/+4
|
* Makefile: remove unneeded commentManuel Messner2018-02-071-1/+0Star
|
* Makefile: fix indentionManuel Messner2018-02-071-31/+31
|
* Makefile: find provisioning flavors dynamically.Manuel Messner2018-02-071-1/+1
| | | | | | | This patch changes the way provisioning flavors are defined. In the past they were defined statically. Now there's a glob over all yaml files in $ANSIBLE_DIR which match a certain pattern.
* Makefile: fix indentionManuel Messner2018-02-071-1/+1
|
* Makefile: remove unneeded space in indentionManuel Messner2018-02-071-1/+1
|
* Makefile: remove trailing spaceManuel Messner2018-02-071-1/+1
|
* minor fixJonathan Bauer2017-05-291-3/+3
|
* updated TODOJonathan Bauer2017-05-181-25/+126
|