Rpm's Repository Setup for QA: Difference between revisions
From Yocto Project
Jump to navigationJump to search
(Created page with "== Requirements == Setting up a zypper repository from the rpm files created during a Poky build is fairly straightforward. You will need: * Apache 2 installed and configure...") |
No edit summary |
||
Line 1: | Line 1: | ||
== Requirements == | == Requirements == | ||
Setting up a | Setting up a repository to have different version of rpm packages to be used in smart tests for BSP. You will need: | ||
* Apache 2 installed and configured (may not need too much configuration); | * Apache 2 installed and configured (may not need too much configuration); | ||
* createrepo installed | * createrepo installed | ||
* root privileges | |||
== Steps == | |||
1. Create a folder and upload the *.rpm files with different versions | |||
mkdir /var/www/html/rpm | |||
2. S |
Revision as of 16:50, 20 May 2016
Requirements
Setting up a repository to have different version of rpm packages to be used in smart tests for BSP. You will need:
- Apache 2 installed and configured (may not need too much configuration);
- createrepo installed
- root privileges
Steps
1. Create a folder and upload the *.rpm files with different versions
mkdir /var/www/html/rpm
2. S