[go: up one dir, main page]

packages next: add rpm packages

What

This Mr is part of a series of MR to build rpm packages in our CI

The rpm files are built using the debian packages as source.

This MR can be already reviwed and should be merged after !15399 (merged) and !15479 (merged)

Consider only the last commits.

Why

How

Manually testing the MR

If you want to test the installability of these packages:

FROM fedora:39

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

RUN dnf -y update
RUN dnf -y install 'dnf-command(config-manager)'
RUN dnf -y config-manager --add-repo  https://storage.googleapis.com/tezos-linux-repo/next/abate%40rpm-next/rockylinux/dists/9.3/
RUN dnf -y update
RUN rpm --import https://storage.googleapis.com/tezos-linux-repo/next/abate%40rpm-next/rockylinux/octez.asc
#RUN dnf repolist -v
RUN dnf -y install octez-node
RUN rpm -v --info -q octez-node
RUN rpm -v --verify octez-node

you can use this dockerfile locally and then run: docker build -f Dockerfile.test . --progress=plain

Checklist

  • Document the interface of any function added or modified (see the coding guidelines)
  • Document any change to the user interface, including configuration parameters (see node configuration)
  • Provide automatic testing (see the testing guide).
  • For new features and bug fixes, add an item in the appropriate changelog (docs/protocols/alpha.rst for the protocol and the environment, CHANGES.rst at the root of the repository for everything else).
  • Select suitable reviewers using the Reviewers field below.
  • Select as Assignee the next person who should take action on that MR
Edited by pietro

Merge request reports

Loading