Closed edigiacomo closed 2 years ago
Given:
$ cat ~/.config/moncic-ci/jammy-build.yaml extends: jammy maintscript: | sed -i -re 's/main$/main universe/' /etc/apt/sources.list apt-get update apt-get -y install build-essential dpkg-dev fakeroot git eatmydata
and:
$ cat ~/.config/moncic-ci/bullseye-build.yaml extends: bullseye maintscript: | apt-get -y install build-essential dpkg-dev fakeroot git eatmydata
Then these commands, when run on the wreport source directory, build wreport packages for bullseye and jammy:
monci ci -b debian -s bullseye-build . -v -a ../debs-bullseye/ monci ci -b debian -s jappy-build . -v -a ../debs-jammy/
I've also uploaded wreport 3.34 to Debian
Thanks, I've tested jammy on Fedora 34 and it works fine!
Given:
and:
Then these commands, when run on the wreport source directory, build wreport packages for bullseye and jammy: