1 | | actually, the drop-repo worked.. the error was non-fatal to the drop process. |
| 1 | {{{ |
| 2 | |
| 3 | > pkgman add-repo https://eu.hpkg.haiku-os.org/haiku/master/x86_64/current |
| 4 | Fetching repository info from https://eu.hpkg.haiku-os.org/haiku/master/x86_64/current ... |
| 5 | Activating repository config from https://eu.hpkg.haiku-os.org/haiku/master/x86_64/current ... |
| 6 | Error: Failed to open repository file "/boot/system/cache/package-repositories/Haiku": No such file or directory |
| 7 | *** request for refreshing repository "Haiku" failed : No such file or directory |
| 8 | |
| 9 | > pkgman list-repos |
| 10 | Haiku |
| 11 | base-url: https://eu.hpkg.haiku-os.org/haiku/master/x86_64/current |
| 12 | url: https://hpkg.haiku-os.org/haiku/master/x86_64/current |
| 13 | priority: 1 |
| 14 | /Data/rune-image> pkgman drop-repo Haiku |
| 15 | Removing repository Haiku ... |
| 16 | Really remove the repository 'Haiku'? [yes/no] (no) : yes |
| 17 | Error: Failed to open repository file "/boot/system/cache/package-repositories/Haiku": No such file or directory |
| 18 | }}} |
| 19 | |
| 20 | So... yeah. that's weird. |