easy custom *.deb repo and creating images for experimental and testing via gitlab pipeline web interface
This merge request adds three main features:
- all *.deb packages placed into the
./repo
- allow to build an image from packages out of a custom reform-debian-packages branch pipeline run by setting
REFORM_DEBIAN_PACKAGES_BRANCH
in the gitlab pipeline web interface - allow to build an image from other distributions than unstable by setting
DIST
in the gitlab pipeline web interface
The commit messages in detail:
- also consider *.deb packages placed in
./repo
directory for installation - mkimage.sh: support testing for mntre.com
- allow building for testing and experimental from gitlab web interface
- allow using packages from a custom reform-debian-packages branch by setting
REFORM_DEBIAN_PACKAGES_BRANCH
in the gitlab web interface - print out versions of packages that are not from debian.org into the log
- print values of
DIST
andREFORM_DEBIAN_PACKAGES_BRANCH
if set to non-default values - mkimage.sh: create experimental.list inside the chroot and not the outside
Edited by Johannes Schauer Marin Rodrigues
Merge request reports
Activity
added 6 commits
- 574a1e38 - emulate.sh: mark executable
- 064be8fc - also install gvfs-backends package
- 7d667221 - also consider *.deb packages placed in ./repo directory for installation
- 2a7ac414 - mkimage.sh: support testing for mntre.com
- 618833d7 - allow building for testing and experimental from gitlab web interface
- f2e4422e - allow using packages from a custom reform-debian-packages branch by setting...
Toggle commit listmentioned in merge request !68 (closed)
added 6 commits
- 7833da2a - also consider *.deb packages placed in ./repo directory for installation
- 8b5581c5 - mkimage.sh: support testing for mntre.com
- 43a539fc - allow building for testing and experimental from gitlab web interface
- be816ce8 - allow using packages from a custom reform-debian-packages branch by setting...
- 250f4dc2 - print out versions of packages that are not from debian.org into the log
- 11139300 - print values of DIST and REFORM_DEBIAN_PACKAGES_BRANCH if set to non-default values
Toggle commit listadded 4 commits
- 938dfb09 - allow using packages from a custom reform-debian-packages branch by setting...
- 8481b910 - print out versions of packages that are not from debian.org into the log
- 81d4fd34 - print values of DIST and REFORM_DEBIAN_PACKAGES_BRANCH if set to non-default values
- 04a99d8d - wip: only build imx8mq
Toggle commit listadded 1 commit
- a29066d3 - .gitlab-ci.yml: run ./mkimage.sh with -x for better debugging
added 7 commits
- c690cdc9 - also consider *.deb packages placed in ./repo directory for installation
- d8f25d20 - mkimage.sh: support testing for mntre.com
- cffe9a78 - allow building for testing and experimental from gitlab web interface
- a314e480 - allow using packages from a custom reform-debian-packages branch by setting...
- c63a6d3e - print out versions of packages that are not from debian.org into the log
- 9987e4b1 - print values of DIST and REFORM_DEBIAN_PACKAGES_BRANCH if set to non-default values
- c870ba32 - mkimage.sh: create experimental.list inside the chroot and not the outside
Toggle commit listmentioned in commit 25571e45
Please register or sign in to reply