Skip to content

Remove fe-generator pkg

fe-generator now a part of advligorts-fe package. Also, a new script in the base directory, build-pkg, takes the current directory and builds it against a given source branch. Useful for testing packaging without having to merge anything.

Run ./build-pkg . Current branch must be a debian branch, where is the source branch you want to build against. Packages end up in .build-pkg/

Merge request reports