Skip to content

ci: Add ALT p9 and sisyphus

Alexey Shabalin requested to merge a.shabalin/osinfo-db:alt-ci into master

ALT use apt-rpm as package manager.

Note: I add "RPM: skip" for native-build-job because rpmbuild in ALT have several differences:

  • deny rpmbuild for root. Can avoid by echo "%_allow_root_build 1" >> /root/.rpmmacros (added in Docker file)
  • still requires add "Group:" in rpm spec. I don't know how this avoid.

Signed-off-by: Alexey Shabalin shaba@altlinux.org

Merge request reports