diff --git a/README.md b/README.md index 04ba93c..0126c3e 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,7 @@ # The xPack QEMU RISC-V -A standalone cross-platform (Windows, macOS, GNU/Linux) -binary distribution of QEMU RISC-V, +A standalone, cross-platform (Windows, macOS, GNU/Linux) binary distribution of QEMU RISC-V, intended for reproducible builds. ## Project documentation diff --git a/build-assets/package.json b/build-assets/package.json index 187573b..39b5c74 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 %}",