xref: /aosp_15_r20/external/toybox/www/release.txt (revision cf5a6c84e2b8763fc1a7db14496fd4742913b199)
1make distclean defconfig tests
2news.html - release notes
3Update version in toys.h
4  - git commit toys.h www/news.html
5tag repo
6  - git tag $VER
7  - git push
8  - git push --tags
9source tarball
10  git archive --prefix=toybox-$VER/ $VER | gzip -9 > toybox-$VER.tar.gz
11  scp toybox-$VER.tar.gz landley.net:landley.net/toybox/downloads
12  scp www/news.html landley.net:landley.net/toybox/
13binaries
14  cd ../clean
15  git pull --tags ../toybox
16  mkroot/mkroot.sh CROSS=allnonstop LINUX=~/linux/linux
17  mkroot/testroot.sh
18
19  ssh landley.net "mkdir -p landley.net/toybox/downloads/binaries/{,mkroot/}$VER"
20  mkroot/tar-for-web.sh landley.net:landley.net/toybox/downloads/binaries $VER
21
22  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"
23
24  make clean; make defconfig toybox
25  ./toybox help -ah > www/help.html
26  scripts/mkstatus.py
27
28  scp www/{news,help,status}.html landley.net:landley.net/toybox/
29
30Edit version in header.html
31
32roadmap.html
33code.html
34Inform mailing list (with link to https://landley.net/toybox)
35Update #toybox topic
36  Toybox 0.7.3 released February 21, 2017. http://landley.net/toybox
37
38todo:
39  sparc, cortex-m toolchains
40