Dear tsc members,
(with hicn/cicn PTL's hat on)
artifacts almost entirely from our projects.
The current binary distribution is composed of 60 deb packages and 30 rpm packages.
Among hicn dependencies we have the latest VPP release, currently 20.01.
The hICN project is composed of 6 committers and we do not support multiple releases
but just the master HEAD.
Our git repo has one single master branch (w/o release branches) and releases are based
on git tags. The branch is tagged with the latest VPP release code, i.e. v20.01 which
is pushed after the VPP project has released the new version. We start catching up
with all VPP updates during the weeks of release preparation made by Andrew.
As soon as Andrew releases the new distribution under "release/" we merge our patches and
change git tag in the hicn repo.
1 - We do not publish hicn binaries under master/ as the vpp dependencies there would not be
compatible with "hicn master" which depends on "vpp stable/"
2 - If we publish under #stable/, we'd create as many artifacts there as currently under
"release/" and at each release we need to update ci-management.
3 - we have no need to keep all these artifacts. So we could just keep the latest
artifacts for each hicn release for archival reasons only. We do not backport anything
in previous releases nor we support our user base with older releases. Packagecloud has a
REST API to manage that well.
4 - as an alternative we could create an independent repo for the hicn project. Still we'd
like to delete obsolete artifacts ad in option 3.
*Option 1* is unfeasible because it requires our user base to have a complex configuration
of apt repos, which BTW only works if packages are well created. This is not always the case.
*Option 2* does not look like a solution to reduce the number of artifacts in a release folder.
It may work in conjunction with option 3. It may work well if we also get one of our committers
in ci-management, e.g. Mauro Sardara who's substantially contributed to ci-management already.
*Option 3* seems useful in general and would allow to
(i) keep host configuration simple,
(ii) keep repo size to the right size,
(iii) avoid repo duplication as in 4.
if we keep artifacts under release our user-base would be happier as it need not host upgrades.
*Option 4 + 3* would be ok as well.
Thanks for you feedback
Best
Luca