From d7ef33b2d71372ffbe3276baed15424e226e8dae Mon Sep 17 00:00:00 2001 From: Liviu Ionescu Date: Wed, 15 Jan 2025 19:08:41 +0200 Subject: [PATCH] re-generate commons --- README.md | 3 +-- build-assets/package.json | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 05cf4fb..dbcec5a 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,7 @@ # The xPack GNU Bash -A standalone cross-platform (Windows, macOS, GNU/Linux) -binary distribution of GNU Bash, +A standalone, cross-platform (Windows, macOS, GNU/Linux) binary distribution of GNU Bash, intended for reproducible builds. ## Project documentation diff --git a/build-assets/package.json b/build-assets/package.json index c23ef8c..c6f8c1e 100644 --- a/build-assets/package.json +++ b/build-assets/package.json @@ -48,7 +48,6 @@ "git -C ${HOME}/Work/xpack-dev-tools/xbb-helper-xpack.git pull" ], "git-log": "git -C .. log --pretty='%cd * %h %s' --date=short", - "generate-workflows": "bash xpacks/@xpack-dev-tools/xbb-helper/maintainer-scripts/generate-workflows.sh", "website-generate-commons": "bash xpacks/@xpack-dev-tools/xbb-helper/maintainer-scripts/website-generate-commons.sh", "website-import-releases": "bash xpacks/@xpack-dev-tools/xbb-helper/maintainer-scripts/website-import-releases.sh", "check-space": "{% if os.platform == 'darwin' %}df -gH /{% else %}df -BG -H /{% endif %}",