<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Mock on Saleem Ansari</title>
    <link>/tags/mock/</link>
    <description>Recent content in Mock on Saleem Ansari</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>(c) 2024 Saleem Ansari</copyright>
    <lastBuildDate>Sat, 12 Nov 2011 00:00:00 +0000</lastBuildDate>
    <atom:link href="/tags/mock/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>How to setup mock quickly?</title>
      <link>/2011/11/12/how-to-setup-mock-quickly/</link>
      <pubDate>Sat, 12 Nov 2011 00:00:00 +0000</pubDate>
      <guid>/2011/11/12/how-to-setup-mock-quickly/</guid>
      <description>How to setup mock quickly?&#xA;yum install mock The default configuration is already set for you:&#xA;ls -l /etc/mock/default.cfg If not then this will do:&#xA;sudo ln -s /etc/mock/fedora-15-x86_64.cfg /etc/mock/default.cfg As is clearly stated in mock(1) man page, you need to add the relevant user to mock group:&#xA;sudo /usr/sbin/usermod -a -G mock $USER Thats all for the setup.&#xA;Now lets use it:&#xA;mock --init # this populates the build root with the required pacakges and repositories mock --rebuild hello-2.</description>
    </item>
  </channel>
</rss>
