summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-25Fix plain docker builds.Carl Hetherington
2024-11-25Reformat docstring.Carl Hetherington
2024-11-25Allow local linux builds for ARM VMs.Carl Hetherington
2024-11-25Remove ability to build 32-bit Linux packages.Carl Hetherington
2024-11-25s/LinuxTarget/LinuxDockerTarget/gCarl Hetherington
2024-11-25Cleanup: no need for super() parameters any more.Carl Hetherington
2024-11-25Add some more images.Carl Hetherington
2024-11-25Default environment_prefix.Carl Hetherington
2024-11-15Fix escaping warning.Carl Hetherington
2024-05-13Support environment_version for macOS.Carl Hetherington
2024-05-13Fix typo.Carl Hetherington
2024-04-30Fix tag -> version conversion.Carl Hetherington
2024-04-27Simplify obtaining version numbers from git.Carl Hetherington
2024-04-27Stop using Version class in 'latest' command.Carl Hetherington
2024-04-27Remove unused 'release' command.Carl Hetherington
2024-04-17Clarify.Carl Hetherington
2024-04-17Comment improvements.Carl Hetherington
2024-04-17Clarify a log.Carl Hetherington
2024-04-17Do add_defaults() always at the last minute before calling into the cscript.Carl Hetherington
2024-04-17Make add_defaults() return a new dict rather than mutating one.Carl Hetherington
2024-04-17Remove never-used dependencies call (making a graph).Carl Hetherington
2024-04-15Fix previous.Carl Hetherington
2024-04-06Fix Windows builds with older cscripts.Carl Hetherington
2024-03-29Fix LocalTarget to work better (mostly making it work like a normal Linux tar...Carl Hetherington
2024-03-29Add --dependencies-onlyCarl Hetherington
2024-03-24Add LocalTarget, which isn't really that helpful actually.Carl Hetherington
2024-02-24Possibly fix OSXUniversalTarget with ccache.Carl Hetherington
2024-01-21Add new ccache directory.Carl Hetherington
2024-01-20Remove Windows version support (was used for XP).Carl Hetherington
2023-08-31Go back to running Flatpak outside docker; running it inside seems even more ...Carl Hetherington
2023-08-29Make flatpak work better.Carl Hetherington
2023-08-20Fix missing attribute.Carl Hetherington
2023-08-14Try to fix incorrect working directory when copying non-universal macOS packa...Carl Hetherington
2023-07-19Create temp directory if it doesn't exist.Carl Hetherington
2023-06-26Use notarytool instead of altool for notarizing macOS apps.Carl Hetherington
2023-06-26Cleanup: remove pointless try/except.Carl Hetherington
2023-06-02Add new ccache volume.Carl Hetherington
2023-06-02Fix help.Carl Hetherington
2023-03-31No need to run on Python 2 any more.Carl Hetherington
2022-12-30Use .tar.zst not .zst for zstd tarballs.Carl Hetherington
2022-12-30Build .zst as well as .tar.bz2 for source targets (DoM #1705).Carl Hetherington
2022-12-15Try more to fix git clones.Carl Hetherington
2022-12-15Try to fix git clones with new security feature.Carl Hetherington
2022-10-04Pass --rm to docker createCarl Hetherington
2022-10-04Kill docker image on SIGTERM.cah
2022-09-19I don't think we need to clean up target if we don't even create it successfu...Carl Hetherington
2022-02-19Another attempt to fix unnecessary building while packaging.Carl Hetherington
2022-02-19Revert "Don't build a tree that is being packaged; the package() method must ...Carl Hetherington
2022-02-19Don't build a tree that is being packaged; the package() method must do it (i...Carl Hetherington
2022-02-18Remove duplicate call to cleanup().cah