lindegroup / autopkgr

AutoPkgr is a free Mac app that makes it easy to install and configure AutoPkg.
http://www.lindegroup.com/autopkgr
Apache License 2.0
532 stars 51 forks source link

"Error removing repo" error #436

Closed leoos closed 9 years ago

leoos commented 9 years ago

The functionality mentioned in the notes for version 1.2 of holding down the option key seems to have disappeared.

I moved my Mac home folder from one location to another on a different drive.

AutoPkgr still thinks my recipes etc are in the old home folder location errormsg I have set the folders correctly in the Folders and Integration tab without success screen shot 2015-08-27 at 10 47 05 I'm wondering how to do a complete uninstall and reinstall to fix this. Or is there another way I could fix this easily.

eahrold commented 9 years ago

@leoos, Thanks for the report. We've been seeing this a lot lately.

The uninstall function is still there, but that won't fix this issue. What you need to do is quit AutoPkgr, then run these two commands in the terminal.

defaults delete com.github.autopkg RECIPE_REPOS
defaults delete com.github.autopkg RECIPE_SEARCH_DIRS

Relaunch AutoPkg, and re-enable the repos you use.

leoos commented 9 years ago

Hi,

That worked a treat for my repos. Thanks a lot.

Now though, Autopkgr is only seeing some of my recipe overrides that I have located in the ~/Library/AutoPkg/RecipeOverrides folder.

Apologies if these are supersimple issues. I've looked into the com.github.autopkg.plist. Should I add an entry for my overrides folder here? As its seeing some of them I'm stumped.

homebysix commented 9 years ago

@leoos Try seeing which repos are listed in autopkg repo-list. I'm guessing there won't be any, so you'll need to add some. You can do this by checking the boxes for the repos you need in the Repos & Recipes tab in AutoPkgr. Specifically, you'll want to add any repos which contain the parent recipes for your overrides.

David5182 commented 9 years ago

@eahrold Thank you, I too had the "Error removing repo" issue. Your fixed worked for me as well.