Difference between revisions of "HowTo Create A Public Repo"

From NST Wiki
Jump to navigationJump to search
(Created page with "__TOC__ = '''Overview''' = This page briefly show an example on how to create a Public Repo for selective RPMs.")
 
(Overview)
Line 1: Line 1:
 
__TOC__
 
__TOC__
 
= '''Overview''' =
 
= '''Overview''' =
This page briefly show an example on how to create a Public Repo for selective RPMs.
+
This page briefly shows example steps on how to create a Public Repo for selective RPMs.
 +
 
 +
= Create Top Level Local Directory Paths For RPMs To Be Published =
 +
These paths mimic that on the public repo server (e.g., a2host).
 +
 
 +
mkdir -p f34/x86_64/noarch;
 +
mkdir -p f34/x86_64/x86_64;

Revision as of 16:34, 23 June 2021

Overview

This page briefly shows example steps on how to create a Public Repo for selective RPMs.

Create Top Level Local Directory Paths For RPMs To Be Published

These paths mimic that on the public repo server (e.g., a2host).

mkdir -p f34/x86_64/noarch;
mkdir -p f34/x86_64/x86_64;