forked from ws4e/mrepo-dag-uptodate
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from stfc/whitespace_fixes
Whitespace fixes
- Loading branch information
Showing
3 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,12 +30,12 @@ | |
from distutils.core import setup | ||
|
||
setup( | ||
name = 'mrepo', | ||
version = '0.8.4svn', | ||
description = 'RPM repository mirroring tool', | ||
author = 'Dag Wieers', | ||
author_email ='[email protected]', | ||
url = "http://dag.wieers.com/home-made/mrepo/", | ||
name='mrepo', | ||
version='0.8.4svn', | ||
description='RPM repository mirroring tool', | ||
author='Dag Wieers', | ||
author_email='[email protected]', | ||
url="http://dag.wieers.com/home-made/mrepo/", | ||
scripts=['mrepo.py', 'gensystemid'], | ||
data_files=[ | ||
('/etc', ['config/mrepo.conf']), | ||
|
@@ -44,10 +44,10 @@ | |
('/var/cache/mrepo', []), | ||
('/var/www/mrepo', []), | ||
], | ||
download_url = 'http://dag.wieers.com/home-made/mrepo/mrepo-0.8.4svn.tar.gz', | ||
license = 'GPL', | ||
platforms = 'Posix', | ||
classifiers = [ | ||
download_url='http://dag.wieers.com/home-made/mrepo/mrepo-0.8.4svn.tar.gz', | ||
license='GPL', | ||
platforms='Posix', | ||
classifiers=[ | ||
'Internet :: WWW/HTTP :: Site Management', | ||
'System :: Archiving :: Mirroring', | ||
'System :: Archiving :: Packaging', | ||
|
@@ -56,7 +56,7 @@ | |
'System :: Software Distribution Tools', | ||
'System :: Systems Administration', | ||
], | ||
long_description = ''' | ||
long_description=''' | ||
mrepo builds a local APT/Yum RPM repository from local ISO files, downloaded | ||
updates, and extra packages from 3rd party repositories. It takes care of | ||
setting up the ISO files, downloading the RPMs, configuring HTTP access, and | ||
|