Try to fix keychain unlocking.
[cdist.git] / cdist
2020-12-28 Carl HetheringtonTry to fix keychain unlocking.
2020-12-27 Carl HetheringtonTry to support universal or arm-only builds.
2020-12-27 Carl HetheringtonAdd bin to OSXSingleTarget.
2020-12-27 Carl HetheringtonSupport arm64 and building intel-only or intel/arm...
2020-12-10 Carl HetheringtonConfigurable temp dir.
2020-12-04 Carl HetheringtonFix over-eager debugging.
2020-11-30 Carl HetheringtonDump xcrun output when we don't parse it.
2020-11-30 Carl HetheringtonFix format character.
2020-11-25 Carl HetheringtonMaybe we can't use fstrings on all platforms yet.
2020-11-23 Carl HetheringtonTry another way to use subprocess; previous breaks...
2020-11-20 Carl HetheringtonAlso we need to specify posix to shlex.split to avoid...
2020-11-20 Carl HetheringtonLooks like we need shell=True on Windows to do things...
2020-11-20 Carl HetheringtonReplace os.system with subprocess.run so that it's...
2020-10-22 Carl HetheringtonFix source packaging.
2020-10-22 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2020-10-22 Carl HetheringtonRename --latest-major and --latest-minor to --major...
2020-10-20 Carl HetheringtonFix handling of notarization request.
2020-10-17 Carl HetheringtonAdd WindowsNativeTarget for running tests on Windows.
2020-10-17 Carl HetheringtonNotarization fix.
2020-10-17 Carl HetheringtonMove some options into subparsers, and add --no-implici...
2020-10-17 Carl HetheringtonDo the test build before calling test(), not within.
2020-10-17 Carl HetheringtonMake test() method create its own tree.
2020-10-17 Carl HetheringtonFix a comment.
2020-10-17 Carl HetheringtonTidy help a little.
2020-09-28 Carl HetheringtonRemove no-version-commit stuff.
2020-09-28 Carl HetheringtonAllow notarization of macOS .dmgs.
2020-09-28 Carl HetheringtonHelp tweak
2020-09-28 Carl HetheringtonSort imports alphabetically.
2020-09-28 Carl HetheringtonDo security unlock-keychain before building on macOS.
2020-07-30 Carl HetheringtonFix bug when checking out submodules.
2020-07-28 Carl HetheringtonAdd dependencies command.
2020-06-16 Carl HetheringtonOptionally pass options into test().
2020-06-11 Carl HetheringtonWork around for permissions problems when different...
2020-06-11 Carl HetheringtonSupport ccache on Windows.
2020-06-04 Carl HetheringtonBehave better with symlinks; replace them with the...
2020-06-04 Carl HetheringtonFix unreference variable.
2020-06-04 Carl HetheringtonFix missing mount for git reference and change a little...
2020-06-04 Carl HetheringtonAdd support for git_reference.
2020-05-28 Carl HetheringtonGo back to asking for python3.
2020-05-24 Carl HetheringtonMore Python 3 compatibility.
2020-05-22 Carl HetheringtonMore Python 3 stuff.
2020-05-22 Carl HetheringtonPython 3 fixes.
2020-04-25 Carl HetheringtonBuild AppImage with Ubuntu 18.04.
2020-04-06 Carl HetheringtonHack: add defaults to options before passing to 'package'
2020-04-02 Carl HetheringtonMore options wrangling.
2020-04-02 Carl HetheringtonOption passing fixes and cleanups.
2020-04-02 Carl HetheringtonFix mis-named variable and fix building in a specified...
2020-04-02 Carl HetheringtonRemove unused changelog command.
2020-04-02 Carl HetheringtonFix up options parsing for all cases.
2020-04-02 Carl HetheringtonTypo.
2020-04-02 Carl HetheringtonChange option_defaults to being a plain dict rather...
2020-03-17 Carl HetheringtonOnly make docker sessions interactive if stdin is a...
2020-03-17 Carl HetheringtonMake docker sessions interactive so that the 'shell...
2020-03-05 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2020-03-05 Carl HetheringtonAdd a little optional verbosity.
2020-02-23 Carl HetheringtonMake template config file if none exists.
2020-02-03 Carl HetheringtonAdd --environment-version, currently just for Windows...
2019-12-11 Carl HetheringtonError if -t is specified multiple times.
2019-12-05 Carl HetheringtonMake it possible to ignore submodules.
2019-12-04 Carl HetheringtonCheck for errors in command_and_read.
2019-10-19 Carl HetheringtonRead and pass apple id/password to target.
2019-10-13 Carl HetheringtonTry to get some more cache hits with ccache on OS X.
2019-10-11 Carl HetheringtonMake it easier to tell osx and osx-64 apart.
2019-10-09 Carl HetheringtonTry to support 64-bit-only OS X packaging.
2019-10-04 Carl HetheringtonTry to guess CPU count correctly.
2019-10-03 Carl HetheringtonFix another -u tag elsewhere.
2019-10-03 Carl HetheringtonThinko in previous.
2019-10-03 Carl HetheringtonConfig option to not specify a user when calling docker.
2019-10-03 Carl HetheringtonFix naming of docker hub references.
2019-10-03 Carl HetheringtonFix copyright date.
2019-10-03 Carl HetheringtonExperimental support for specifying a docker hub repo.
2019-05-12 Carl HetheringtonCleanup on package failure.
2019-05-12 Carl HetheringtonBuild appimage from 16.04.
2019-04-30 Carl HetheringtonFix crash with None specifiers.
2019-04-30 Carl HetheringtonSome ccache bits.
2018-11-29 Carl HetheringtonFix for release builds.
2018-11-28 Carl HetheringtonFix packaging on non-releases.
2018-09-24 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2018-09-24 Carl HetheringtonBuild AppImage on 14.04.
2018-08-19 Carl HetheringtonFix ccache stuff.
2018-08-16 Carl Hetheringtonccache hacks.
2018-08-15 Carl HetheringtonMissing ccache setup in OS X.
2018-08-15 Carl HetheringtonBasic ccache support.
2018-08-10 Carl HetheringtonTweak name of some WindowsTarget stuff.
2018-08-09 Carl HetheringtonMore appimage tweaks.
2018-08-08 Carl Hetheringtonappimage hacks.
2018-08-04 Carl HetheringtonFix has() to actually work.
2018-07-26 Carl HetheringtonMake flatpak_state_dir optional.
2018-07-26 Carl HetheringtonTypo fix in yield stuff.
2018-07-25 Carl HetheringtonUse a common flatpak cache.
2018-07-25 Carl HetheringtonSupport flatpak builds.
2018-07-24 Carl HetheringtonTweak to arguments for packaging.
2018-05-29 Carl HetheringtonMissing parameter in OS X path.
2018-05-26 Carl HetheringtonFix reading of default options.
2018-05-26 Carl HetheringtonAllow passing of options from the command line into...
2018-05-06 Carl HetheringtonMerge.
2018-05-06 Carl HetheringtonEscape-space fix.
2018-03-28 Carl HetheringtonMore adventures in escaping.
2018-03-28 Carl HetheringtonSyntax error.
2018-03-28 Carl HetheringtonTry to fix escaping of scp again.
next