Changes

Jump to navigation Jump to search
Line 6: Line 6:  
  -->
 
  -->
 
<nowiki>__TOC__</nowiki>
 
<nowiki>__TOC__</nowiki>
 +
 +
==Creating the build system==
    
Build yourself a Rock8 system, probably minimal, but any level will do.
 
Build yourself a Rock8 system, probably minimal, but any level will do.
Line 17: Line 19:  
  sudo /usr/sbin/usermod -G mock brianr
 
  sudo /usr/sbin/usermod -G mock brianr
 
  sudo dnf install glances
 
  sudo dnf install glances
  sudo yum install make rpm-build rpm-sig
+
  sudo yum install make rpm-build rpm-sign
 
  sudo dnf install xz
 
  sudo dnf install xz
   Line 255: Line 257:  
releasetypes are draft, prerelease or release. Note that a draft release is not visible unless you are logged in with write access to the repo.
 
releasetypes are draft, prerelease or release. Note that a draft release is not visible unless you are logged in with write access to the repo.
   −
==== Mockbuilding direct from the git repos ====
+
=== Mockbuilding direct from the git repos ===
 +
 
 
First create some sort of directory structure to hold the repo contents - this is what I use:<syntaxhighlight lang="shell">
 
First create some sort of directory structure to hold the repo contents - this is what I use:<syntaxhighlight lang="shell">
 
cd ~
 
cd ~

Navigation menu