cdist.git
2021-01-08 Carl HetheringtonTry to re-add osx-intel target for test builds. arm64
2021-01-08 Carl HetheringtonHappy new year.
2021-01-08 Carl HetheringtonIt turns out, after all these years, that apparently...
2021-01-06 Carl HetheringtonAdapt for changes to environment structure.
2021-01-05 Carl HetheringtonDisplay Apple server response in case of failure.
2021-01-05 Carl HetheringtonOffer intel_sdk, arm_sdk from OSXUniversalTarget
2021-01-05 Carl HetheringtonExperiment with different SDKs in the universal OSX...
2021-01-03 Carl HetheringtonFix comment.
2021-01-02 Carl HetheringtonMore 32-bit removal.
2021-01-01 Carl HetheringtonAdd sdk to OSXUniversalTarget.
2021-01-01 Carl HetheringtonEnviromment multi-SDK changes.
2020-12-30 Carl HetheringtonTry to tidy things up a bit.
2020-12-30 Carl Hetheringtonfixup.
2020-12-30 Carl Hetheringtonfixup.
2020-12-30 Carl Hetherington(Optionally) notarize all macOS builds.
2020-12-30 Carl HetheringtonReverse the sense of a bunch of notarize variables.
2020-12-30 Carl HetheringtonRename notarize -> notarize_dmg.
2020-12-30 Carl HetheringtonCleanup: use _build_packages.
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 cahFix 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 cahTry another way to use subprocess; previous breaks...
2020-11-20 cahAlso we need to specify posix to shlex.split to avoid...
2020-11-20 cahLooks like we need shell=True on Windows to do things...
2020-11-20 cahReplace os.system with subprocess.run so that it's...
2020-10-25 Carl HetheringtonAdd another ccache target.
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 HetheringtonAdd new ccache target.
2020-09-28 Carl HetheringtonDo security unlock-keychain before building on macOS.
2020-07-30 cahFix bug when checking out submodules.
2020-07-28 Carl HetheringtonAdd dependencies command.
2020-06-16 Carl HetheringtonOptionally pass options into test().
2020-06-16 cahMake make-ccache-volume more robust.
2020-06-11 Carl HetheringtonWork around for permissions problems when different...
2020-06-11 Carl HetheringtonAdd some more ccache stores.
2020-06-11 Carl HetheringtonSupport ccache on Windows.
2020-06-04 cahBehave better with symlinks; replace them with the...
2020-06-04 Carl HetheringtonFix unreference variable.
2020-06-04 Carl HetheringtonAdd script for making the ccache volume.
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 cahGo 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 cahMore 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 cahMerge branch 'master' of ssh://git.carlh.net/home/carl...
2020-03-05 cahAdd a little optional verbosity.
2020-02-23 Carl HetheringtonMake template config file if none exists.
2020-02-23 Carl HetheringtonMake template config file if none exists.
2020-02-03 Carl HetheringtonAdd --environment-version, currently just for Windows...
2020-02-03 cahAdd --environment-version, currently just for Windows...
2019-12-11 Carl HetheringtonError if -t is specified multiple times.
2019-12-11 cahError if -t is specified multiple times.
2019-12-05 Carl HetheringtonMake it possible to ignore submodules.
2019-12-05 Carl HetheringtonMake it possible to ignore submodules.
2019-12-04 Carl HetheringtonCheck for errors in command_and_read.
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-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-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-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-09 Carl HetheringtonTry to support 64-bit-only OS X packaging.
2019-10-04 Carl HetheringtonTry to guess CPU count correctly.
2019-10-04 cahTry to guess CPU count correctly.
2019-10-03 Carl HetheringtonFix another -u tag elsewhere.
2019-10-03 cahFix another -u tag elsewhere.
next