diff --git a/README-ubuntu1704.md b/README-ubuntu1704.md index 59b64bf66055448041b2ebcc11bc54a41298cf88..857b01a111c00acb6f2d7c36d6a21fdfc9de3a7e 100644 --- a/README-ubuntu1704.md +++ b/README-ubuntu1704.md @@ -35,7 +35,7 @@ is assigned a new tag in this gitlab project. - All gitlab tags for Ubuntu 17.04 thus end with ".zesty" (just like tags for RedHat SLC6 or CC7 end with ".el6" or ".el7", respectively). - As an example, the gitlab tag for the latest release - heposlibs_7.2.2-1.zesty_amd64.deb is 7.2.2-1.zesty. + heposlibs_7.2.3-1.zesty_amd64.deb is 7.2.3-1.zesty. - You may **browse here all [tags](/../tags?search=zesty) of heposlibs for Ubuntu 17.04 (zesty).** @@ -51,12 +51,12 @@ Currently, **only a 64-bit meta-deb with 64-bit package dependencies is built on Ubuntu.** Installing this meta-package will only pull in 64-bit dependencies. -## Current release: 7.2.2-1.zesty -<!-- Throughout this file, all occurrences of "7.2.2-1.zesty" are +## Current release: 7.2.3-1.zesty +<!-- Throughout this file, all occurrences of "7.2.3-1.zesty" are automatically replaced with the latest tag by the pkg.sh script --> The latest stable release of heposlibs for Ubuntu 17.04 -is [7.2.2-1.zesty](/../tree/7.2.2-1.zesty). +is [7.2.3-1.zesty](/../tree/7.2.3-1.zesty). <!-- *NB: (pre-)release candidates with tags x.y.z-0.prc\* or x.y.z-0.rc\* are for internal use only and are not available for installation, @@ -68,11 +68,11 @@ in spite of what may be written below.* --> ### Installation The 64-bit meta-package for the latest release -7.2.2-1.zesty of heposlibs for Ubuntu 17.04 is available -from the [downloads](/../tree/7.2.2-1.zesty/downloads) area +7.2.3-1.zesty of heposlibs for Ubuntu 17.04 is available +from the [downloads](/../tree/7.2.3-1.zesty/downloads) area of the gitlab repository for the corresponding gitlab tag. -In the [workflow](/../tree/7.2.2-1.zesty/workflow.md) for this relase, +In the [workflow](/../tree/7.2.3-1.zesty/workflow.md) for this relase, the meta-package was uploaded to the gitlab repository from the artifacts area of the gitlab CI job that created it. @@ -80,18 +80,18 @@ To download the meta-deb using a direct link and install it on your system, simply execute the following: ```bash - wget https://gitlab.cern.ch/linuxsupport/rpms/HEP_OSlibs/raw/7.2.2-1.zesty/downloads/heposlibs_7.2.2-1.zesty_amd64.deb - sudo apt-get install ./heposlibs_7.2.2-1.zesty_amd64.deb + wget https://gitlab.cern.ch/linuxsupport/rpms/HEP_OSlibs/raw/7.2.3-1.zesty/downloads/heposlibs_7.2.3-1.zesty_amd64.deb + sudo apt-get install ./heposlibs_7.2.3-1.zesty_amd64.deb ``` ### Contents The direct dependencies for the latest -release 7.2.2-1.zesty of heposlibs for Ubuntu 17.04 +release 7.2.3-1.zesty of heposlibs for Ubuntu 17.04 are declared in the corresponding Debian control file, which is available in gitlab: - the Debian control file used to build the package: <br/> - see [heposlibs.ctl](/../blob/7.2.2-1.zesty/heposlibs.ctl) + see [heposlibs.ctl](/../blob/7.2.3-1.zesty/heposlibs.ctl) Lists of direct and indirect dependencies have also been prepared while testing the meta-package in the gitlab CI, @@ -100,41 +100,41 @@ on a system running a minimal Docker image of `ubuntu:zesty`. The following six package lists for this release are available in gitlab: - heposlibs direct dependencies, as a list (from `apt-cache depends`): <br/> - see [heposlibs.amd64.dependencies-direct.txt](/../blob/7.2.2-1.zesty/dependencies/heposlibs.amd64.dependencies-direct.txt) + see [heposlibs.amd64.dependencies-direct.txt](/../blob/7.2.3-1.zesty/dependencies/heposlibs.amd64.dependencies-direct.txt) - heposlibs recursive dependencies, as a list (from `apt-rdepends`): <br/> - see [heposlibs.amd64.dependencies-recursive-flat.txt](/../blob/7.2.2-1.zesty/dependencies/heposlibs.amd64.dependencies-recursive-flat.txt) + see [heposlibs.amd64.dependencies-recursive-flat.txt](/../blob/7.2.3-1.zesty/dependencies/heposlibs.amd64.dependencies-recursive-flat.txt) - heposlibs installed packages, as a list (from `apt list --installed`, before and after installation): <br/> - see [heposlibs.amd64.dependencies-installed.txt](/../blob/7.2.2-1.zesty/dependencies/heposlibs.amd64.dependencies-installed.txt) + see [heposlibs.amd64.dependencies-installed.txt](/../blob/7.2.3-1.zesty/dependencies/heposlibs.amd64.dependencies-installed.txt) - heposlibs installed packages, as a list, with sizes in kbytes (from `dpkg-query -Wf '${binary:Package} ${Installed-Size}\n'`, before and after installation): <br/> - see [heposlibs.amd64.dependencies-installed-size.txt](/../blob/7.2.2-1.zesty/dependencies/heposlibs.amd64.dependencies-installed-size.txt) + see [heposlibs.amd64.dependencies-installed-size.txt](/../blob/7.2.3-1.zesty/dependencies/heposlibs.amd64.dependencies-installed-size.txt) - heposlibs installed packages, as a list, with version number (from `dpkg-query -Wf '${binary:Package} ${Version}\n'`, before and after installation): <br/> - see [heposlibs.amd64.dependencies-installed-nvra.txt](/../blob/7.2.2-1.zesty/dependencies/heposlibs.amd64.dependencies-installed-nvra.txt) + see [heposlibs.amd64.dependencies-installed-nvra.txt](/../blob/7.2.3-1.zesty/dependencies/heposlibs.amd64.dependencies-installed-nvra.txt) - list of all packages present after heposlibs installation, with version number (from `dpkg-query -Wf '${binary:Package} ${Version}\n'`, after installation): <br/> - see [heposlibs.amd64.all-installed-nvra.txt](/../blob/7.2.2-1.zesty/dependencies/heposlibs.amd64.all-installed-nvra.txt) + see [heposlibs.amd64.all-installed-nvra.txt](/../blob/7.2.3-1.zesty/dependencies/heposlibs.amd64.all-installed-nvra.txt) <!-- GITURL = https://gitlab.cern.ch/linuxsupport/rpms/HEP_OSlibs -- DO NOT DELETE! --> The six package lists mentioned above, and additional information including the following files, are also available for download as gitlab CI -[artifacts](https://gitlab.cern.ch/linuxsupport/rpms/HEP_OSlibs/builds/artifacts/7.2.2-1.zesty-testing/browse/build?job=deploy_job): +[artifacts](https://gitlab.cern.ch/linuxsupport/rpms/HEP_OSlibs/builds/artifacts/7.2.3-1.zesty-testing/browse/build?job=deploy_job): - heposlibs recursive dependencies, as a tree (from `apt-rdepends`): <br/> - download [heposlibs.amd64.dependencies-recursive-tree.txt](https://gitlab.cern.ch/linuxsupport/rpms/HEP_OSlibs/builds/artifacts/7.2.2-1.zesty-testing/raw/build/heposlibs.amd64.dependencies-recursive-tree.txt?job=deploy_job) + download [heposlibs.amd64.dependencies-recursive-tree.txt](https://gitlab.cern.ch/linuxsupport/rpms/HEP_OSlibs/builds/artifacts/7.2.3-1.zesty-testing/raw/build/heposlibs.amd64.dependencies-recursive-tree.txt?job=deploy_job) - heposlibs installation log: <br/> - download [heposlibs.amd64.installation-log.txt](https://gitlab.cern.ch/linuxsupport/rpms/HEP_OSlibs/builds/artifacts/7.2.2-1.zesty-testing/raw/build/heposlibs.amd64.installation-log.txt?job=deploy_job) + download [heposlibs.amd64.installation-log.txt](https://gitlab.cern.ch/linuxsupport/rpms/HEP_OSlibs/builds/artifacts/7.2.3-1.zesty-testing/raw/build/heposlibs.amd64.installation-log.txt?job=deploy_job) ### Changelog -Read the changelog for release 7.2.2-1.zesty in the -[changelog](/../blob/7.2.2-1.zesty/files/changelog) +Read the changelog for release 7.2.3-1.zesty in the +[changelog](/../blob/7.2.3-1.zesty/files/changelog) file. These are based on the upstream developments for CentOS7/el7