build-community: return all release repo tags
Description
Issue(s)
by default, gitlab pagination will only return 20 items. As you never know what kind of tags the users will build, older tags will fail.
Without a match, the tags-detection breaks, repo init fails, no checkout occurs, user will fail at the latest at the directory check for 'vendor/lineage', a misleading error.
improves on !12 (merged)
Test environment
- no tests needed apart from the curl
Test procedures
- test the new parameter for curl per_page
Technical details
- curl successful
Check list
-
Self review -
Test procedure explained -
Tested on fresh install -
Tested applied as an update -
License -
Internal documentation -
User documentation
Edited by tcecyk