Bug 173605 - python rejects extraneous -t: in genpkgmetadata.py
Summary: python rejects extraneous -t: in genpkgmetadata.py
Keywords:
Status: CLOSED RAWHIDE
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:
: 173606 173614 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-11-18 16:10 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 17:00:47 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Alexandre Oliva 2005-11-18 16:10:51 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:59:37 UTC
*** Bug 173606 has been marked as a duplicate of this bug. ***

Comment 2 Paul Nasrat 2005-11-18 17:00:47 UTC
Stupid save error - fixed.

Comment 3 Alexandre Oliva 2005-11-18 17:33:06 UTC
*** Bug 173614 has been marked as a duplicate of this bug. ***


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