balbes150 Posted October 19, 2016 Posted October 19, 2016 During Assembly of images Armbian, faced with a situation where the build process creates a new\updated packages (kernel etc.). These packages are used to created images and it is desirable to update those who are already using older versions of the images. How to organize a network repository that would enable users to connect, get and install packages via regular means. For example using synaptic ? Maybe there are already rules for how it should be arranged for Armbian.
tkaiser Posted October 19, 2016 Posted October 19, 2016 Are you talking about http://apt.armbian.com ?
balbes150 Posted October 19, 2016 Author Posted October 19, 2016 Yeah, I guess this is it. How can you get this structure ? Are there any templates or need to create manually ? Sorry, I only learn Debian, so my questions are the most primitive.
zador.blood.stained Posted October 19, 2016 Posted October 19, 2016 Igor uses aptly to create repository structure: https://github.com/igorpecovnik/lib/blob/master/general.sh#L349 After that you need to publish resulting directory on a web server and add a file in /etc/apt/sources.list.d/ with repository address and component names
balbes150 Posted October 19, 2016 Author Posted October 19, 2016 Thank you. Understood, I will study and learn to use.
Recommended Posts