Difference between revisions of "HowTo Create A Public Repo"

From NST Wiki
Jump to navigationJump to search
(Overview)
Line 3: Line 3:
 
This page briefly shows example steps on how to create a Public Repo for selective RPMs. An example public repo creation for NST 34 will be shown hosted at a2host.
 
This page briefly shows example steps on how to create a Public Repo for selective RPMs. An example public repo creation for NST 34 will be shown hosted at a2host.
  
= Create Top Level Local Directory Paths For RPMs To Be Published =
+
= '''Create Top Level Local Directory Paths For RPMs To Be Published''' =
 
These paths mimic that on the public repo server (e.g., a2host).  
 
These paths mimic that on the public repo server (e.g., a2host).  
  
 
  mkdir -p f34/x86_64/noarch;
 
  mkdir -p f34/x86_64/noarch;
 
  mkdir -p f34/x86_64/x86_64;
 
  mkdir -p f34/x86_64/x86_64;

Revision as of 16:36, 23 June 2021

Overview

This page briefly shows example steps on how to create a Public Repo for selective RPMs. An example public repo creation for NST 34 will be shown hosted at a2host.

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;