archlinux / asp

Arch Build Source Management Tool
MIT License
292 stars 33 forks source link

fatal: Couldn't find remote ref X #6

Closed bjauy closed 10 years ago

bjauy commented 10 years ago

When trying to checkout or export with fresh ~/asp and current version (2f04d93b37):

$ asp export vim
fatal: Couldn't find remote ref vim
$ asp export packages/vim
fatal: Couldn't find remote ref vim
falconindy commented 10 years ago

Ah, duh. That commit's slightly broke. I'll take a look at this later today.

In the meantime, you can 'asp update $pkg' before calling export or checkout.

falconindy commented 10 years ago

Should be fixed by 2362217ce1ad6

bjauy commented 10 years ago

Yes, it is. Thanks a lot!