Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Ray Burgemeestre f87e10bae7 Remove no longer supported packages from Ubuntu 20.04 4 anos atrás
..
Dockerfile-ubuntu1804 Add apt publisher for Ubuntu 20.04. 4 anos atrás
Dockerfile-ubuntu2004 Fix non-interactive for Ubuntu 20.04 4 anos atrás
INIT.TXT Finalize move to apt secure repo 5 anos atrás
Makefile Remove no longer supported packages from Ubuntu 20.04 4 anos atrás
README Updates 5 anos atrás

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