Meego Wiki
Views

Quality/QA-tools/How to set up repositories

From MeeGo wiki
(Difference between revisions)
Jump to: navigation, search
(Fedora 13)
m (Reodering according to the order mentioned in the text paragraph)
Line 2: Line 2:
QA tools are located at Tools:Testing repository. Before installing the actual tools, you need to set up the repository. The supported operating systems are MeeGo Netbook UX, Ubuntu 10.04 (and newer) and Fedora 13.
QA tools are located at Tools:Testing repository. Before installing the actual tools, you need to set up the repository. The supported operating systems are MeeGo Netbook UX, Ubuntu 10.04 (and newer) and Fedora 13.
 +
 +
== MeeGo Netbook 1.1 ==
 +
 +
1. Download [http://wiki.meego.com/images/Devel-quality.repo repository file] and copy it to right place 
 +
  sudo cp /home/$USER/Downloads/Devel-quality.repo /etc/yum.repos.d/
 +
 +
2. Inform zypper about new repository
 +
 
 +
  sudo zypper addrepo /etc/yum.repos.d/Devel-quality.repo
 +
  sudo zypper update
== Ubuntu ==
== Ubuntu ==
Line 26: Line 36:
2. Copy the repository file to /etc/yum.repos.d/
2. Copy the repository file to /etc/yum.repos.d/
-
 
-
== MeeGo Netbook 1.1 ==
 
-
 
-
1. Download [http://wiki.meego.com/images/Devel-quality.repo repository file] and copy it to right place 
 
-
  sudo cp /home/$USER/Downloads/Devel-quality.repo /etc/yum.repos.d/
 
-
 
-
2. Inform zypper about new repository
 
-
 
 
-
  sudo zypper addrepo /etc/yum.repos.d/Devel-quality.repo
 
-
  sudo zypper update
 

Revision as of 06:47, 12 November 2010

Contents

How To Set Up Repositories

QA tools are located at Tools:Testing repository. Before installing the actual tools, you need to set up the repository. The supported operating systems are MeeGo Netbook UX, Ubuntu 10.04 (and newer) and Fedora 13.

MeeGo Netbook 1.1

1. Download repository file and copy it to right place

  sudo cp /home/$USER/Downloads/Devel-quality.repo /etc/yum.repos.d/

2. Inform zypper about new repository

 sudo zypper addrepo /etc/yum.repos.d/Devel-quality.repo
 sudo zypper update

Ubuntu

1. Add the following to your sources.list

deb http://download.meego.com/live/Tools:/Testing/xUbuntu_10.04/ /

2. Add the repository key

wget http://download.meego.com/live/Tools:/Testing/xUbuntu_10.04/Release.key
sudo apt-key add Release.key
rm Release.key

3. Update your PC's package information

sudo apt-get update

Fedora 13

1. Fedora 13 repository:

http://download.meego.com/live/Tools:/Testing/Fedora13/Tools:Testing.repo

2. Copy the repository file to /etc/yum.repos.d/

Personal tools