ARPA-SIMC / wreport

C++ library and applications to work with weather reports. The library provides featureful BUFR and CREX encoding and decoding.
Other
9 stars 9 forks source link

Update debian package #50

Closed edigiacomo closed 2 years ago

spanezz commented 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/
spanezz commented 2 years ago

I've also uploaded wreport 3.34 to Debian

edigiacomo commented 2 years ago

Thanks, I've tested jammy on Fedora 34 and it works fine!