summaryrefslogtreecommitdiff
path: root/bin/gitano-setup.in
Commit message (Collapse)AuthorAgeFilesLines
* Export patterns as API and consume them in executablesRichard Maw2017-07-081-1/+1
| | | | | | | | | | Gitano's executables, in addition to being required for operation, are intended to be examples of how to use the gitano library, so rather than importing with require "gitano.patterns", gitano should be imported and use gitano.patterns. No changes to imports are made inside lib/gitano/ because this would cause an import loop.
* Centralise patterns into a single moduleRichard Maw2017-06-171-4/+5
| | | | | | | This has moved every pattern that wasn't obviously just for string manipulation and has in the process of doing so reworked some logic so that fewer distinct patterns are used, and the repository path normalisation has been unified.
* adds support for '-' as stdin for gitano-setupdsilvers/gitano-setup-tweaksDaniel Silverstone2017-04-081-2/+14
|
* fixes gitano-setup to read all answer filesDaniel Silverstone2017-04-081-3/+5
| | | | | Ensure that when we loop through the answer files, we actually read all of them, not just the first.
* Copyright cleanupsDaniel Silverstone2017-01-151-1/+26
|
* cleanups: Whitespace and indentation and untabifyDaniel Silverstone2017-01-021-43/+43
| | | | | | This is a massive unpleasant commit which does whitespace cleanup and fixes indentation (including untabifying). Hopefully we won't need to do this ever again, if we keep an eye on commits.
* Tweak ordering for gitano-setup and update manpageDaniel Silverstone2016-12-181-3/+4
|
* Support a gitano-bypass user in gitano-setupDaniel Silverstone2016-12-031-8/+23
|
* Remove legacy repo:set_owner() and repo:set_description() callsDaniel Silverstone2016-12-031-2/+2
|
* Initial i18n/l10n of gitano-setupDaniel Silverstone2016-08-271-65/+53
|
* Basic i18n moduleDaniel Silverstone2016-08-271-0/+1
|
* Ensure that supple works during gitano-setup to early-warn if something's oddDaniel Silverstone2016-05-301-0/+34
|
* Support paths.skel in gitano-setup to change skeleton pathbaserock/pedroalvarez/trove-ansible3Daniel Silverstone2014-05-211-1/+4
|
* Add plugin support to all `.in` filesDaniel Silverstone2014-03-111-0/+1
| | | | | | | | | | Each `.in` file needs to load plugins in order to ensure that all requisite functionality is available at all points during the lifetime of a Gitano operation. This is a largely mechanical delta. Signed-off-by: Daniel Silverstone <daniel.silverstone@codethink.co.uk>
* Make gitano-setup ask whether we will use htpasswdRichard Ipsum2014-03-061-0/+2
|
* Cope with nil back from sio:readDaniel Silverstone2013-11-171-1/+1
|
* BIN: Default to admin rather than dsilvers during setupDaniel Silverstone2012-11-111-1/+1
|
* GITANO: Migrate from gitano.git to gallDaniel Silverstone2012-09-081-4/+5
|
* GITANO: Update to remove repository_root from gitano-adminDaniel Silverstone2012-08-301-1/+1
|
* GITANO: Remove need for graveyard_rootDaniel Silverstone2012-08-301-17/+2
|
* INSTALLER: make install and gitano-setup should work (mostly)Daniel Silverstone2012-08-301-12/+143
|
* BUILD: More work towards an installerDaniel Silverstone2012-08-301-0/+163