summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-03-16More ccache volumes.Carl Hetherington
2025-03-16Support --keep-on-error.Carl Hetherington
2025-03-16Find version lazily.Carl Hetherington
We don't need it on the Windows test runs, and the git command fails there for some reason.
2025-03-16Fix some incorrect constructor calls.Carl Hetherington
2025-03-16Support rocky.Carl Hetherington
2025-03-16Handle debug flag for sub targets correctly.Carl Hetherington
2025-02-17Fix ccache with linux/docker targets.Carl Hetherington
2024-12-02Fix AppImage targets.Carl Hetherington
2024-12-02Use x86 suffix for output directories, not 64.Carl Hetherington
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
If there's a tag pointing at HEAD, we use that, otherwise just use the git hash.
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 ↵Carl Hetherington
target).
2024-03-29Add --dependencies-onlyCarl Hetherington
2024-03-24Add LocalTarget, which isn't really that helpful actually.Carl Hetherington
You end up needing to delete things from /usr/local so they don't get picked up by "local" builds.
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
painful.
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 ↵Carl Hetherington
packages.
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