Skip to content

Releases: lottspot/git-modpack

Edition 2, Revision 1

Choose a tag to compare

@lottspot lottspot released this 14 Feb 19:11
git-modpack edition 2, revision 1

  * README: describe a "framework" instead of a "toolchain".
  * packdev-reference.adoc: document parsing behavior for package.progsdir

 README                      | 4 ++--
 docs/packdev-reference.adoc | 3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

Edition 2

Choose a tag to compare

@lottspot lottspot released this 03 Jan 20:49
git-modpack, edition 2

  * install/packcore.sh: create new config file for every new prog
  * install/header.sh: clarify option help strings
  * install/main.sh: capitalize GITCONFIG_INSTALLSCOPE
  * share/install: fix broken installs from --reconfigure
  * replace "libexec" component with "prog" component
  * share/install: replace input_error with runtime_error
  * README: describe "plugins" instead of "extensions"

 README                      | 19 ++++++++++---------
 {libexec => bin}/init.sh    |  2 +-
 configs/core                | 20 ++++++++++----------
 docs/packdev-reference.adoc |  4 ++--
 install.ini                 |  2 +-
 install.sh                  | 28 ++++++++++++++--------------
 share/core.gitconfig        | 16 ++++++++--------
 share/help.txt              | 10 +++++-----
 share/install/header.sh     | 29 ++++++++++++++++-------------
 share/install/main.sh       | 27 ++++++++++++++-------------
 share/install/mode.sh       |  7 +++++++
 share/install/packcore.sh   | 19 ++++++++++---------
 tests/installopts.mk        |  2 +-
 tests/modpack-init.mk       |  6 +++---
 14 files changed, 102 insertions(+), 89 deletions(-)