From c6f8cf692dc8035196c13cdb40f6d996f1ab3183 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 1 Aug 2026 22:39:30 -0500 Subject: [PATCH] Reorder steps, add recreate-prereq. --- www/release.txt | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/www/release.txt b/www/release.txt index f5b427b3..71d95a61 100644 --- a/www/release.txt +++ b/www/release.txt @@ -1,39 +1,39 @@ make distclean defconfig tests +scripts/recreate-prereq.sh news.html - release notes Update version in toys.h and www/header.html - git commit toys.h www/news.html www/header.html -review/update roadmap.html +review/update roadmap.html code.html design.html about.html + tag repo - git tag $VER - - git push - - git push --tags -source tarball - git archive --prefix=toybox-$VER/ $VER | gzip -9 > toybox-$VER.tar.gz - scp toybox-$VER.tar.gz landley.net:landley.net/toybox/downloads - scp www/{news,header,roadmap}.html landley.net:landley.net/toybox/ -binaries + +docs + make clean; make defconfig toybox + ./toybox help -ah > www/help.html + python scripts/mkstatus.py # it's python, not python++ + +build/test binaries cd ../clean git pull --tags ../toybox mkroot/mkroot.sh CROSS=allnonstop LINUX=~/linux/linux mkroot/testroot.sh +source tarball + git archive --prefix=toybox-$VER/ $VER | gzip -9 > toybox-$VER.tar.gz - ssh landley.net "mkdir -p landley.net/toybox/downloads/binaries/{,mkroot/}$VER" +upload + git push + git push --tags + scp toybox-$VER.tar.gz landley.net:landley.net/toybox/downloads + scp www/{news,header,roadmap,help,status}.html landley.net:landley.net/toybox/ mkroot/tar-for-web.sh landley.net:landley.net/toybox/downloads/binaries $VER + scp patches/0*.patch landley.net:landley.net/toybox/downloads/binaries/mkroot/latest/linux-patches/ - ssh landley.net "cd landley.net/toybox/downloads/binaries && rm -f latest && ln -s $VER latest && cd mkroot && rm -f latest && ln -s $VER latest" - - make clean; make defconfig toybox - ./toybox help -ah > www/help.html - python scripts/mkstatus.py # it's python, not python++ - - scp www/{news,help,status}.html landley.net:landley.net/toybox/ + Inform mailing list (with link to https://landley.net/toybox) + Update #toybox topic on libera.chat + Toybox 0.7.3 released February 21, 2017. http://landley.net/toybox -code.html -Inform mailing list (with link to https://landley.net/toybox) -Update #toybox topic - Toybox 0.7.3 released February 21, 2017. http://landley.net/toybox - -scripts/recreate-prereq.sh +scp www/{news,roadmap,design,about,help,header,status}.html landley.net:landley.net/toybox/ todo: sparc, cortex-m toolchains -- 2.39.5