No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Ray Burgemeestre 64f83900ec Introduce Ubuntu 20.04 in more places hace 4 años
..
Dockerfile-ubuntu1804 Add apt publisher for Ubuntu 20.04. hace 4 años
Dockerfile-ubuntu2004 Add apt publisher for Ubuntu 20.04. hace 4 años
INIT.TXT Finalize move to apt secure repo hace 5 años
Makefile Introduce Ubuntu 20.04 in more places hace 4 años
README Updates hace 5 años

README

First did instructions in --> INIT.TXT

Then make sure you have an "empty" repo.

reprepro -b /repo remove bionic whatever # if needed

Until it's empty, then, if you didn't already at some point:

ssh-keygen -f keys/ssh < <(echo "\n\n")

Then:

sudo tar -czf secret.tar.gz keys gnupg repo
# might print some errors on special files, can be ignored.

Upload that thing to some secret URL you can use during CI.

---

Usage after all this:

# install key
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 5CE16B7B

# install repo
sudo add-apt-repository "deb https://cppse.nl/repo/ $(lsb_release -cs) main"

# enjoy
sudo apt-get install whatever