FS#20664 - [abs] fails on syncing tree with tarballs

Attached to Project: Arch Linux
Opened by femto (femto) - Sunday, 29 August 2010, 19:51 GMT
Last edited by Allan McRae (Allan) - Saturday, 02 October 2010, 06:40 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Allan McRae (Allan)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
If you run abs with the -t switch it fails because $arch isn't replaced in the adress of the mirror.
I have attached a patch which fixed this bug (I don't know sed very well, I think this could be done better with one single line)

Steps to reproduce:
abs -t
This task depends upon

Closed by  Allan McRae (Allan)
Saturday, 02 October 2010, 06:40 GMT
Reason for closing:  Implemented
Additional comments about closing:  git commit 3d6e5ad7
Comment by Dave Reisner (falconindy) - Monday, 30 August 2010, 01:09 GMT
No need for the second pipe -- the second sed expression can simply be merged with the first, e.g.

sed "s#\$repo#$repo#;s#\$arch#${ARCH}#"
Comment by Allan McRae (Allan) - Saturday, 02 October 2010, 06:40 GMT

Loading...