summaryrefslogtreecommitdiffstats
path: root/tools/ko-release-gen
Commit message (Collapse)AuthorAgeFilesLines
* tools: make ko-release-gen usable with gpg2Karel Zak2016-10-011-1/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tools: add libfdisk docs to kernel.org release generatorKarel Zak2015-02-191-0/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: add libsmartcols to ko-release-gen scriptKarel Zak2014-06-181-0/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tools: ko-release: make scripts bourne sh compliant [checkbashisms]Sami Kerola2012-03-301-4/+4
| | | | | | | | | | | | | | | | | | | | $ checkbashisms ko-release-gen possible bashism in ko-release-gen line 31 ('function' is useless): function die { possible bashism in ko-release-gen line 36 ('function' is useless): function add_file { possible bashism in ko-release-gen line 68 ('function' is useless): function add_html_dir { possible bashism in ko-release-gen line 72 (brace expansion): for fl in $(ls $src/*.{html,css,png}); do $ checkbashisms ko-release-push possible bashism in ko-release-push line 29 ('function' is useless): function die { possible bashism in ko-release-push line 34 ('function' is useless): function push_file { Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* tools: improve ko-release-* scriptsKarel Zak2012-03-301-2/+3
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tools: use gpg-aggent in ko-release-genKarel Zak2012-02-071-1/+5
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: improve ko-release-* scriptsKarel Zak2012-01-191-0/+8
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: add ko-release-gen scriptKarel Zak2012-01-191-0/+76
The script creates directory kernel.org/v<version>/, copy .xz tarball, changelog, release notes and docs to the directory and sign all files by gpg. Signed-off-by: Karel Zak <kzak@redhat.com>