New Feature: Support custom repo location outside of chroot (picking up from #66)
Taijian opened this issue · 3 comments
Taijian commented
Hi, it's me again!
Picking up from our conversation (mostly me babbling) on issue #66, I have a new patch that I'm using on my system and that seems to work fine, so I thought I'd just pitch it to you again, just to see if you might be interested.
It does two things:
- Add 2 new variables to $SKEL, allowing users to specify a custom repo location and name
- Adjust the code in clean-chroot-manager64.in to deal with the new variables and substitute them where appropriate in the code.
I hope this is more workable that the hacky 'solution' I came up with last year!
graysky2 commented
Send a PR for review if you want.
Taijian commented
OK, PR has been added.
Sorry, took my some days to find the time to actually learn about the github workflow to get here...