Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Some improve points maybe helpful #20

Open
ymfsing opened this issue Feb 13, 2023 · 1 comment
Open

Some improve points maybe helpful #20

ymfsing opened this issue Feb 13, 2023 · 1 comment

Comments

@ymfsing
Copy link

ymfsing commented Feb 13, 2023

  1. Add sha256sum in build.yaml and echo to release-notes.md
sha256sum ./guix-installer-$RELEASE_TAG.iso > ./guix-installer-$RELEASE_TAG.iso.sha256sum
echo "SHA256_ISO=$(cat ./guix-installer-$RELEASE_TAG.iso.sha256sum)" >> $GITHUB_ENV

echo $'SHA256 Checksums:\r\n\r\n```\r\n' >> release-notes.md
cat ./guix-installer-$RELEASE_TAG.iso.sha256sum >> release-notes.md
echo $'\r\n```' >> release-notes.md   
  1. Add GitHub action dev-drprasad/delete-older-releases@v0.2.0 for deleting older releases
- name: Remove old release
        uses: dev-drprasad/delete-older-releases@v0.2.0
        with:
          keep_latest: 7
          delete_tags: true
  1. Add nongnu substitute for descreasing build time when add linux, this idea comes from starmun-0010 / guix-installer .
@stormwatch
Copy link

...
3. Add nongnu substitute for descreasing build time when add linux, this idea comes from starmun-0010 / guix-installer .

Isn't the nonguix substitute server added here? Or this affects only the initial installation?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants