[go: up one dir, main page]

Abate@rpm next services

What

This is the third Mr to add rpm packages for octez

This MR adds manpages, services and post init script to the packages.

depends on !15187 (closed)

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