From Fedora Project Wiki

(Clean up)
(Typo)
Line 7: Line 7:
#: {{command|$ fedpkg clone -a fedpkg && cd fedpkg && ls && cd ..}}
#: {{command|$ fedpkg clone -a fedpkg && cd fedpkg && ls && cd ..}}
#: {{command|$ fedpkg clone rpkg && cd rpkg && ls && cd ..}}
#: {{command|$ fedpkg clone rpkg && cd rpkg && ls && cd ..}}
# You can now remove the <code>fedpkg</code> and <code>rpkg</code> folder.
# You can now remove the <code>fedpkg</code> and <code>rpkg</code> folders.
|results=
|results=
# The first command should list the files in the cloned <code>fedpkg</code> git repository. There should be at least the following files:
# The first command should list the files in the cloned <code>fedpkg</code> git repository. There should be at least the following files:

Revision as of 09:37, 2 June 2015

Description

This test case tests whether cloning a distgit repository works properly.

Setup

  1. Install the fedpkg package.

How to test

  1. In your favourite terminal application, run the following commands:
    $ fedpkg clone -a fedpkg && cd fedpkg && ls && cd ..
    $ fedpkg clone rpkg && cd rpkg && ls && cd ..
  2. You can now remove the fedpkg and rpkg folders.

Expected Results

  1. The first command should list the files in the cloned fedpkg git repository. There should be at least the following files:
    1. fedpkg.spec
    2. sources
  2. The second command should list the files in the cloned rpkg Git repository. There should be at least the following files:
    1. rpkg.spec
    2. sources