- From: Patrick McDermott <patrick DОТ mcdermott АТ libiquity DОТ com>
- To: proteanos-dev АТ lists DОТ proteanos DОТ com
- Date: Sun, 28 Jun 2020 18:43:30 -0400
- Message-id: 20200628184330 DОТ patrick DОТ mcdermott АТ libiquity DОТ com
About ===== This is pro-archman, the ProteanOS Archive Manager. pro-archman manages packages in an archive laid out as explained in this specification: http://www.proteanos.com/dev/archive/layout/ The ProteanOS Archive Manager can: * Include new packages into an archive; * Scan an "incoming" directory for new packages; * Remove packages from an archive suite; * Copy packages from one archive suite to another; * Remove an archive suite; * Efficiently generate feed index files that package managers can use to find packages in the archive; and * Remove old package files after a delay, allowing package managers to find packages listed in cached feed index files. Downloading =========== Source archives are available from the files site by HTTP or FTP: http://files.proteanos.com/pub/pro-archman/2.1.0/ ftp://files.proteanos.com/pub/pro-archman/2.1.0/ Here are the MD5 checksums: a0c467ace48abadbc3ec7d055679d8a2 pro-archman-2.1.0.tar.gz d4304ad1390954f59a871550e6a0cf53 pro-archman-2.1.0.tar.bz2 8b19eec669a111b6e47195e9c4a03af4 pro-archman-2.1.0.tar.xz Here are the SHA-256 checksums: 412352a6a33a232eb26a09882aa2b797b4e38c63b4b4f756251e4cc6a11a1c51 pro-archman-2.1.0.tar.gz de92c43d818175b53fea1879565f5cb0fd3f358708ac62e14666c2922b24c7f3 pro-archman-2.1.0.tar.bz2 26be84f37376e59572abc1898814fb61db44b574f3999d3e9f9c2bf47e8e1221 pro-archman-2.1.0.tar.xz The sources are maintained in a Git repository: http://git.proteanos.com/pro-archman/pro-archman.git/ git://git.proteanos.com/pro-archman/pro-archman.git/ This release is marked by the "pro-archman/2.1.0" tag. NEWS for Version 2.1.0 ====================== Changes in this release: * Feed indices are no longer removed when feeds become empty. * A new "add-feed" command has been added to create package feeds. Shortlog of Changes Since Version 2.0.1 ======================================= Patrick McDermott (7): Makefile.am: Make detached OpenPGP signatures NEWS, configure.ac: Set version to 2.0.1+dev update_feeds(): Don't remove empty feed indices feed_create(): New function cmd/add-feed: New command NEWS, configure.ac: Set version to 2.1.0 NEWS: Release pro-archman 2.1.0 Diffstat of Changes Since Version 2.0.1 ======================================= Makefile.am | 2 +- NEWS | 10 ++++++ configure.ac | 2 +- locale/en_US.sh | 5 +++ man/pro-archman.1in | 3 ++ src/cmd/add-feed.sh | 65 +++++++++++++++++++++++++++++++++++ src/cmd/local.mk | 3 +- src/index.sh | 35 ++++++++++++------- tests/add-feed.sh | 82 +++++++++++++++++++++++++++++++++++++++++++++ tests/local.mk | 3 +- 10 files changed, 193 insertions(+), 17 deletions(-) -- Patrick McDermott, CEO Libiquity Putting customers in control of high-quality technologies http://www.libiquity.com/
Attachment:
pgpuZNqFfaQrc.pgp
Description: OpenPGP digital signature
- ProteanOS Archive Manager 2.1.0 released, Patrick McDermott