| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-11-15 | Fix escaping warning. | Carl Hetherington | |
| 2024-05-13 | Support environment_version for macOS. | Carl Hetherington | |
| 2024-05-13 | Fix typo. | Carl Hetherington | |
| 2024-04-30 | Fix tag -> version conversion. | Carl Hetherington | |
| 2024-04-27 | Simplify 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-27 | Stop using Version class in 'latest' command. | Carl Hetherington | |
| 2024-04-27 | Remove unused 'release' command. | Carl Hetherington | |
| 2024-04-17 | Clarify. | Carl Hetherington | |
| 2024-04-17 | Comment improvements. | Carl Hetherington | |
| 2024-04-17 | Clarify a log. | Carl Hetherington | |
| 2024-04-17 | Do add_defaults() always at the last minute before calling into the cscript. | Carl Hetherington | |
| 2024-04-17 | Make add_defaults() return a new dict rather than mutating one. | Carl Hetherington | |
| 2024-04-17 | Remove never-used dependencies call (making a graph). | Carl Hetherington | |
| 2024-04-15 | Fix previous. | Carl Hetherington | |
| 2024-04-06 | Fix Windows builds with older cscripts. | Carl Hetherington | |
| 2024-03-29 | Fix LocalTarget to work better (mostly making it work like a normal Linux ↵ | Carl Hetherington | |
| target). | |||
| 2024-03-29 | Add --dependencies-only | Carl Hetherington | |
| 2024-03-24 | Add 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-24 | Possibly fix OSXUniversalTarget with ccache. | Carl Hetherington | |
| 2024-01-21 | Add new ccache directory. | Carl Hetherington | |
| 2024-01-20 | Remove Windows version support (was used for XP). | Carl Hetherington | |
| 2023-08-31 | Go back to running Flatpak outside docker; running it inside seems even more ↵ | Carl Hetherington | |
| painful. | |||
| 2023-08-29 | Make flatpak work better. | Carl Hetherington | |
| 2023-08-20 | Fix missing attribute. | Carl Hetherington | |
| 2023-08-14 | Try to fix incorrect working directory when copying non-universal macOS ↵ | Carl Hetherington | |
| packages. | |||
| 2023-07-19 | Create temp directory if it doesn't exist. | Carl Hetherington | |
| 2023-06-26 | Use notarytool instead of altool for notarizing macOS apps. | Carl Hetherington | |
| 2023-06-26 | Cleanup: remove pointless try/except. | Carl Hetherington | |
| 2023-06-02 | Add new ccache volume. | Carl Hetherington | |
| 2023-06-02 | Fix help. | Carl Hetherington | |
| 2023-03-31 | No need to run on Python 2 any more. | Carl Hetherington | |
| 2022-12-30 | Use .tar.zst not .zst for zstd tarballs. | Carl Hetherington | |
| 2022-12-30 | Build .zst as well as .tar.bz2 for source targets (DoM #1705). | Carl Hetherington | |
| 2022-12-15 | Try more to fix git clones. | Carl Hetherington | |
| 2022-12-15 | Try to fix git clones with new security feature. | Carl Hetherington | |
| 2022-10-04 | Pass --rm to docker create | Carl Hetherington | |
| 2022-10-04 | Kill docker image on SIGTERM. | cah | |
| 2022-09-19 | I don't think we need to clean up target if we don't even create it ↵ | Carl Hetherington | |
| successfully. | |||
| 2022-02-19 | Another attempt to fix unnecessary building while packaging. | Carl Hetherington | |
| 2022-02-19 | Revert "Don't build a tree that is being packaged; the package() method must ↵ | Carl Hetherington | |
| do it (if required)." This reverts commit 1b9fcb5ab32d501a24f603d8a2e4fe8aff282e95. On reflection this approach just gets too complicated considering the override of package() for macOS. | |||
| 2022-02-19 | Don't build a tree that is being packaged; the package() method must do it ↵ | Carl Hetherington | |
| (if required). This is to make Linux builds more efficient; previously cdist would build() everything (including the whole of DoM) and then most linux package() methods would end up building it again (making the build in build() redundant). Now the cscript in DoM can call build() if necessary. I'm a little bit worried that the environment is no longer preserved during the final build(), but I'm unsure if this is necessary anyway. | |||
| 2022-02-18 | Remove duplicate call to cleanup(). | cah | |
| 2022-02-18 | Little cleanup. | cah | |
| 2022-02-18 | Cleanup: rename git_commit -> commit. | cah | |
| 2022-02-17 | Cleanup: rename specifier -> commit_ish. | cah | |
| 2022-02-17 | Out-of-date comment. | cah | |
| 2022-02-14 | Try to use finally better to terminate subprocesses when we die. | Carl Hetherington | |
| 2021-11-12 | Match only tags that start with v when looking for versions. | cah | |
| 2021-11-12 | Add a new ccache volume. | cah | |
| 2021-10-10 | Try to fix to not assume master. | Carl Hetherington | |
