pub/scm/utils/kup/kup.git  about / heads / tags
kernel.org upload tool
$ git log --pretty=format:'%h %s (%cs)%d'
231719d Indicate in the readme how to install the missing dependencies (2017-05-12)
	(HEAD -> master)
0ff2c2a Make sure we use sanitized KUP_SUBCMD (2017-03-28)
	(tag: kup-0.3.6)
48fc44f Add support for the "info" subcommand (2017-03-28)
3e11ed0 Fix disparity between config/docs and kup-server (2017-03-28)
6dbcf54 Support separate compress/decompress commands (2017-03-24)
41b632d Deprecate the use of the mailing list (2017-03-16)
2161542 Typo fix and record changes in ChangeLog (2017-03-14)
	(tag: kup-0.3.5)
f91f3ef Add support for subcmd config option (2017-03-14)
dc52974 Use --armor as well in the examples (2013-05-08)
a01ccc5 It's not --clearsign, but --detach-sign (2013-05-07)
...

$ git cat-file blob HEAD:README
ABOUT
-----
Kup is a file upload utility for kernel.org. It is designed to only accept
cryptographically verified uploads from pre-authorized, trusted members.

See man kup and man kup-server for more information.

AUTHORS
-------
Kup was written by H. Peter Anvin <hpa@zytor.com>
Kup is currently maintained by Konstantin Ryabitsev <mricon@kernel.org>

INSTALLING
----------

No particular installation is necessary. However Kup has a few dependencies
and will fail to start if they are not installed. Most distros have them
already packaged. In the rare event that your distro would not provide
them, then your distro likely has the "cpan" tool to install them :

  $ sudo cpan install Config::Simple Encode File::Spec

SUPPORT
-------
Kup is on github: https://github.com/mricon/kup

# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
* master       Indicate in the readme how to install the missing dependencies (2017-05-12)

# tags:
$ git for-each-ref --sort=-creatordate refs/tags \
	--format='%(refname:short) %(subject) (%(creatordate:short))'
kup-0.3.6    Release kup-0.3.6 (2017-03-30) tar.gz
kup-0.3.5    Release kup version 0.3.5 (2017-03-14) tar.gz
kup-0.3.4    Tagging for 0.3.4 release. (2012-12-10) tar.gz
kup-0.3.3    Tag for 0.3.3 (2012-02-13) tar.gz
kup-0.3.2    kup 0.3.2 release (2011-11-29) tar.gz
kup-0.3.1    Tagged as kup-0.3.1. (2011-11-22) tar.gz
kup-0.3      kup 0.3 (2011-11-17) tar.gz
kup-0.2      kup 0.2 (2011-11-05) tar.gz
kup-0.1      kup 0.1 (2011-09-27) tar.gz

# associated public inboxes:
# (number on the left is used for dev purposes)
          3 lkml
          2 u-boot
          2 fio
          1 linux-mtd
          1 linux-nfs
          1 qemu-devel
          1 netfilter-devel
          1 linux-devicetree
          1 stable
          1 linux-arm-kernel
          1 linux-gpio
          1 linux-rdma
          1 dpdk-dev
          1 linuxppc-dev
          1 util-linux
          1 git
          1 dm-devel
          1 openembedded-devel
          1 linux-patches
          1 poky

git clone https://80x24.org/lore/pub/scm/utils/kup/kup.git