-
Notifications
You must be signed in to change notification settings - Fork 68
how to add 4 to 9 repository urls in one repository with custom name? #445
Comments
Any Buddy here to answer my question please |
HI @Rehankhan100, I don't understand your question. Questions are usually best asked on the cfengien help list and any issues you find should be reported in our issue tracker at dev.cfengine.com. |
Hey @nickanderson i am build my OWN operating system from scratch so i need my own software repository server in github it is possible or not like ubuntu repository server |
I dont know that github would be a great place to host a package repository. Its probably possible by using their raw content URLs. So after constructing your package repo in a git repository comiting and pushing I guess your apt config lines would look like this: This would be a good discussion for the cfengine-help list. Lots of debian people who could help you validate what you want to do. Its still not clear to me. |
Thanks @nickanderson for your support if i need your help i will comment here |
Below are some repository
Ubuntu Main Repos
deb http://us.archive.ubuntu.com/ubuntu/ trusty main
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty main
Ubuntu Update Repos
deb http://us.archive.ubuntu.com/ubuntu/ trusty-security main
deb http://us.archive.ubuntu.com/ubuntu/ trusty-proposed main
deb http://us.archive.ubuntu.com/ubuntu/ trusty-backports main
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-security main
and i need to do all above repo's in one repo like deb http:/github.com/abclinux/ abclinux main
so if i going to update my system only one repo exist in my etc/apt/sources.list
deb http:/github.com/abclinux/ abclinux main
and during update use all above repository HOW?
The text was updated successfully, but these errors were encountered: