Bug 173607 - python rejects extraneous -t: in genpkgmetadata.py
Summary: python rejects extraneous -t: in genpkgmetadata.py
Keywords:
Status: CLOSED DUPLICATE of bug 173606
Alias: None
Product: Fedora
Classification: Fedora
Component: createrepo
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Paul Nasrat
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-11-18 16:23 UTC by Alexandre Oliva
Modified: 2014-01-21 22:53 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-11-18 16:57:34 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Alexandre Oliva 2005-11-18 16:23:13 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8) Gecko/20051103 Fedora/1.5-0.5.0.rc1 Firefox/1.5

Description of problem:
$ createrepo
usage: /usr/bin/python [option] ... [-c cmd | -m mod | file | -] [arg] ...
Try `python -h' for more information.
$ cat /usr/bin/createrepo
#!/bin/sh
exec /usr/share/createrepo/genpkgmetadata.py "$@"
$ head -1 /usr/share/createrepo/genpkgmetadata.py
#!/usr/bin/python -t:



Version-Release number of selected component (if applicable):
createrepo-0.4.3-3.1

How reproducible:
Always

Steps to Reproduce:
1. Run createrepo

Actual Results:  python complains

Expected Results:  The previous build worked

Additional info:

Comment 1 Paul Nasrat 2005-11-18 16:57:34 UTC

*** This bug has been marked as a duplicate of 173606 ***


Note You need to log in before you can comment on or make changes to this bug.