clampak / cyg-apt

Automatically exported from code.google.com/p/cyg-apt
0 stars 0 forks source link

622 #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. install cyg-apt
2. fix .cyg-apt config file to point to a setup.ini
3. cyg-apt anything

What is the expected output? What do you see instead?
traceback errors

What version of the product are you using? On what operating system?
latest as of 5/23/11 

Please provide any additional information below.
 I had issues with cyg-apt
 1st: the config file should point to a repository url and a setup.ini file not setup-2.ini
 2nd: line 622 of cyg-apt should be

try:
     key, value = map(string.strip, string.split(lines[j], ': ', 1))
except ValueError:
     value = ""
 key = string.replace(key,'"','')
 value = string.replace(value,'"','')

Original issue reported on code.google.com by osoluso...@gmail.com on 24 May 2011 at 3:06