View previous topic :: View next topic |
Author |
Message |
apurkrt Tux's lil' helper
Joined: 26 Feb 2011 Posts: 116 Location: Czechia, Europe
|
Posted: Tue Oct 15, 2019 6:58 pm Post subject: Workflow when developing and publishing an overlay |
|
|
Hello, I recently started to develop my own ebuilds. I have my local repo at /var/db/repos/adam. And it works fine, but I would like to ask how to publish it using git. Or rather - how to do it efficiently. Now I develop at the /var/db/repos/adam and its subdirs as root. But it does not feel right to use git as root. And to always copy everything to e.g. /home/adam/repos and change ownership before commiting to git seems awkward.
So I would like to ask - what is a good workflow when developing and overlay and publishing it with git? |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31283 Location: here
|
Posted: Tue Oct 15, 2019 8:58 pm Post subject: |
|
|
I put my overlay in home directory and I setted this location in repos.conf
Code: | [gallifrey]
location = /home/<my_user>/projects/gentoo/gallifrey
masters = gentoo
auto-sync = no |
_________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
apurkrt Tux's lil' helper
Joined: 26 Feb 2011 Posts: 116 Location: Czechia, Europe
|
Posted: Wed Oct 16, 2019 7:34 pm Post subject: |
|
|
Thank you! |
|
Back to top |
|
|
|