Replies: 1 comment 1 reply
-
Hi @gogsbread , Yes, that's exactly what I would do. You may find it better to start with a "leaf" dependency such as
Note these graphs I'm running from my dev laptop which has some unreleased stuff. The graphs are meant to provide more of a "big picture" than provide specific package dependency info. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
#26 Working on building a rpm package for regolith-desktop. To understand the basics I am trying to locally build the regolith-desktop package for debian using
./local-build.sh ../.. ext-debian.sh regolith-desktop https://github.com/regolith-linux/regolith-desktop.git debian-bullseye bullseye
.My hope is that once I understand the basics and the github actions flow, I can fill-in details for
ext-rpm.sh
and produce necessary artifacts. Am I going in the right direction?Beta Was this translation helpful? Give feedback.
All reactions