Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Ray Burgemeestre c7dbea0b86 Updates pirms 5 gadiem
..
Dockerfile Move to secure apt pirms 5 gadiem
INIT.TXT Finalize move to apt secure repo pirms 5 gadiem
Makefile Finalize move to apt secure repo pirms 5 gadiem
README Updates pirms 5 gadiem

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