From e580ad6db14374bf0d55350624db2656996adf07 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Thu, 13 Sep 2018 10:30:17 +0100 Subject: [PATCH] Stop shipping and remove RELEASE-NOTES The RELEASE-NOTES hasn't been updated in years and when it was it was only done a handful of times, clearly no one has complained, and git history is likely more useful so just drop it. Signed-off-by: Peter Robinson --- MANIFEST.in | 1 - RELEASE-NOTES | 22 ---------------------- 2 files changed, 23 deletions(-) delete mode 100644 RELEASE-NOTES diff --git a/MANIFEST.in b/MANIFEST.in index a8fc815d..715818ab 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,7 +1,6 @@ include AUTHORS include COPYING include GPL -include RELEASE-NOTES include pungi.spec include tox.ini include share/* diff --git a/RELEASE-NOTES b/RELEASE-NOTES deleted file mode 100644 index 0f839a7c..00000000 --- a/RELEASE-NOTES +++ /dev/null @@ -1,22 +0,0 @@ -DATE: 2015-08-09 -CHANGE: Rename product_* config options to release_* for consistency with productmd. -ACTION: Rename product_name, product_short, product_version, product_is_layered to release_* in config files. - Rename //variant/product to //variant/release in variants XML. - -DATE: 2015-08-09 -CHANGE: pkgset_koji_url and pkgset_koji_path_prefix config options replaced with koji_profile. -ACTION: Add 'koji_profile = ""' (use "koji" for Fedora) to config files. - You can safely remove and pkgset_koji_url and pkgset_koji_path_prefix from config files. - -DATE: 2015-08-08 -CHANGE: create_optional_isos config option now defaults to False. -ACTION: You can safely remove 'create_optional_isos = False' from config files. - -DATE: 2015-08-08 -CHANGE: createrepo_c is config option now defaults to True. -ACTION: You can safely remove 'createrepo_c = True' from config files. - Set 'createrepo_c = False' if you need legacy createrepo. - -DATE: 2015-08-08 -CHANGE: createrepo_checksum config option is now mandatory. -ACTION: Add 'createrepo_checksum = "sha256"' (or "sha") to config files.