goals.git
2023-12-18 Richard W.M... stdlib/fedora: Use grep -F when matching %fedora-rebuil... master
2023-12-12 Richard W.M... stdlib/fedora: Check result from koji latest-build...
2023-01-24 Richard W.M... stdlib/fedora.gl: Add new %fedora-retry-failed flag
2023-01-24 Richard W.M... stdlib: Fix detection of already build package when...
2023-01-24 Richard W.M... Support rpmautospec / %autochangelog
2023-01-24 Richard W.M... stdlib/fedora.gl: Quote parameters of 'test' command
2022-02-04 Richard W.M... deps: Try to print the dependency cycle in error message
2022-02-04 Richard W.M... Use old code-generator for menhir
2021-10-05 Richard W.M... stdlib/fedora.gl: Try to cache dependencies
2021-10-05 Richard W.M... configure: Fix checking of missing programs
2021-10-05 Richard W.M... configure: Use longer, non-deprecated form for OCaml...
2021-03-01 Richard W.M... Try a simpler algorithm for detecting cycles.
2021-02-28 Richard W.M... stdlib/fedora.gl: master -> rawhide
2020-08-21 Richard W.M... stdlib/fedora.gl: Simpler quicker way to work out depen...
2020-04-17 Richard W.M... Detect dependency cycles earlier and print a better...
2020-04-04 Richard W.M... fedora: Increase timeout for koji wait-repo commands.
2020-02-27 Richard W.M... stdlib/fedora: Use rpmdev-bumpspec -r flag for < Rawhid...
2020-02-27 Richard W.M... run: Improve error message if a predicate script fails.
2020-02-26 Richard W.M... More suggestions for TODO.
2020-02-25 Richard W.M... stdlib: Get rid of %koji and %fedpkg.
2020-02-25 Richard W.M... Fix whitespace.
2020-02-20 Richard W.M... Version 0.3.
2020-02-20 Richard W.M... Update TODO.
2020-02-20 Richard W.M... dist: Add extra files to tarball.
2020-01-21 Richard W.M... docs: Document some shell functions.
2020-01-21 Richard W.M... tests: Add basic test of predicates.
2020-01-20 Richard W.M... Update TODO.
2020-01-20 Richard W.M... docs: Document %stdlib dir.
2020-01-20 Richard W.M... Implement %tmpdir.
2020-01-20 Richard W.M... Rename tactic -> predicate.
2020-01-20 Richard W.M... Implement keep-going (-k) option.
2020-01-20 Richard W.M... jobs: If multiple jobs fail, save and print all the...
2020-01-20 Richard W.M... jobs: Remove unnecessary 'a retire and 'a to_string...
2020-01-20 Richard W.M... Use automake.
2020-01-18 Richard W.M... stdlib: Improve performance of fedora.gl.
2020-01-18 Richard W.M... run: Set OCAMLRUNPARAM to display stack traces by default.
2020-01-18 Richard W.M... stdlib: Fix %branch -> %fedora-branch.
2020-01-18 Richard W.M... Version 0.2. v0.2
2020-01-18 Richard W.M... install: Fix install path for stdlib, and install man...
2020-01-18 Richard W.M... dist: Replace install-sh symlink with a copy of the...
2020-01-18 Richard W.M... build: Reorder .gitignore
2020-01-18 Richard W.M... maintainer: Add maintainer-commit, maintainer-tag goals.
2020-01-18 Richard W.M... build: %version instead of using autoconf @PACKAGE_VERS...
2020-01-18 Richard W.M... maintainer: Build Fedora package in copr.
2020-01-18 Richard W.M... build: dist should have %tarfile as target.
2020-01-18 Richard W.M... stdlib: Add fedora.gl.
2020-01-13 Richard W.M... build: Add distcheck, maintainer-check-extra-dist and...
2020-01-13 Richard W.M... docs: Build plain text version of documentation.
2020-01-13 Richard W.M... build: Distribute src/.depend with tarball.
2020-01-12 Richard W.M... build: Implement make dist rule.
2020-01-12 Richard W.M... build: Implement install rule.
2020-01-12 Richard W.M... Update TODO.
2020-01-12 Richard W.M... stdlib: Change print colour functions so they are atomic.
2020-01-12 Richard W.M... stdlib: Disable echo on split command.
2020-01-12 Richard W.M... Ignore local* files.
2020-01-12 Richard W.M... stdlib: Implement split() function.
2020-01-12 Richard W.M... Update TODO.
2020-01-12 Richard W.M... stdlib: Implement last() and nth() functions.
2020-01-12 Richard W.M... stdlib: Implement filter() and filter-out() functions.
2020-01-12 Richard W.M... stdlib: Protect some functions using "--".
2020-01-12 Richard W.M... Update TOOD.
2020-01-12 Richard W.M... tests: Don't suppress stderr in some tests.
2020-01-12 Richard W.M... stdlib: Implement error() function.
2020-01-12 Richard W.M... stdlib: Implement read() and readlines() functions.
2020-01-12 Richard W.M... stdlib: Implement head() and tail() functions.
2020-01-12 Richard W.M... stdlib: Implement realpath() function.
2020-01-12 Richard W.M... stdlib: Implement join() function.
2020-01-12 Richard W.M... stdlib: Implement dirname(), basename() and extension...
2020-01-12 Richard W.M... docs: Document functions sort, wildcard and wrap.
2020-01-12 Richard W.M... stdlib: Implement subst function.
2020-01-12 Richard W.M... docs: Remove separate goals-reference manual.
2020-01-12 Richard W.M... eval: Remove a single trailing \n from "returning strin...
2020-01-12 Richard W.M... tests: Add test of the wildcard function.
2020-01-12 Richard W.M... cmdline: Implement -s (--silent or --quiet) option.
2020-01-12 Richard W.M... tests: Add test of the sort function.
2020-01-12 Richard W.M... build: Run make clean in parallel.
2020-01-12 Richard W.M... utils: Implement -j properly.
2020-01-12 Richard W.M... tests: Add a basic test of dependencies.
2020-01-12 Richard W.M... tests: Consistency.
2020-01-11 Richard W.M... build: Hide make passthrough command.
2020-01-11 Richard W.M... parser: Fix longstanding bug where "()" was required...
2020-01-11 Richard W.M... tests: More basic tests.
2020-01-11 Richard W.M... tests: Print PASS/FAIL for each test.
2020-01-10 Richard W.M... run: Improve consistency of error messages.
2020-01-10 Richard W.M... jobs: Wait for completion even in the error case.
2020-01-10 Richard W.M... tests: Add basic tests.
2020-01-10 Richard W.M... parser: Allow an empty goal statement with no targets...
2020-01-10 Richard W.M... build: Add 'make maintainer-clean' passthrough rule.
2020-01-10 Richard W.M... stdlib: Add wrap function.
2020-01-10 Richard W.M... stdlib: Don't add \n after quoted_string.
2020-01-10 Richard W.M... run: Add %goals_final_check variable when evaluating...
2020-01-10 Richard W.M... Split implementation into dependency analysis and trave...
2020-01-09 Richard W.M... utils: Add unique () function.
2020-01-09 Richard W.M... jobs: Don't let Failure exception escape from worker.
2020-01-09 Richard W.M... cmdline: Make sure all errors go through main () function.
2020-01-09 Richard W.M... jobs: Introduce stop_all function to stop job submissio...
2020-01-08 Richard W.M... Update TODO.
2020-01-08 Richard W.M... build: Create man/ subdirectory before building man...
2020-01-08 Richard W.M... Implement parallel jobs (-j option).
2020-01-08 Richard W.M... build: Remove man/*.? man pages when running 'make...
next