Skip to content

Commit

Permalink
change name of the scripts to be more generic
Browse files Browse the repository at this point in the history
  • Loading branch information
iartarisi committed Dec 11, 2012
1 parent 251d4dc commit 0d28a4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
================================================
OBS service for downloading openstack tarballs
OBS service for downloading git tarballs
================================================

This is an `Open Build Service`_ source service.
Expand All @@ -15,7 +15,7 @@ The spec files should already contain the macro and ``%setup`` should use it e.g
%setup -q -n %{component}-%{majorversion}


The ``cloud_tarballs`` service will also change the specfile's ``Source:`` to the ``filename`` argument of the service.
The ``git_tarballs`` service will also change the specfile's ``Source:`` to the ``filename`` argument of the service.


TODO:
Expand Down
2 changes: 1 addition & 1 deletion cloud_tarballs → git_tarballs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import urllib
COMMIT_HASH_SIZE = 7


parser = argparse.ArgumentParser(description='Cloud Tarballs')
parser = argparse.ArgumentParser(description='Git Tarballs')
parser.add_argument('--url', required=True,
help='URL to download the tarball from')
parser.add_argument('--filename', required=True,
Expand Down
File renamed without changes.

0 comments on commit 0d28a4b

Please sign in to comment.