#insert the deb reprepro includedeb `<suite>` `<foo.deb>` #check the result reprepro list `<suite>` `<packagename>`
This is a short documentation for common tasks with the grml repository. Notice: reprepro actions have to take place in ~/grml-repo/archive.
Here are some common tasks:
#insert the deb reprepro includedeb `<suite>` `<foo.deb>` #check the result reprepro list `<suite>` `<packagename>`
reprepro dumptracks grml-testing | \ awk '/ pool\/.*\/.*\.deb/ {print $1}' | \ xargs -n 1 basename | cut -d _ -f 1 | \ sort -u | xargs reprepro copy \ grml-test grml-testing
#move the package reprepro copy `<source distribution>` `<target distribution>` `<packagename>` #check the result reprepro list `<target distribution>`
Prerequsites:
GPG Key ID of the new user
ssh public-key of the new user
Steps to follow to allow uploading for a new user:
Add the public-key to /home/incoming/.ssh/authorized_keys
As user archive do: ~/grml-repo/bin/importkey.sh GPGKeyid
(c) Michael Prokop <mika@grml.org> and Alexander Wirt <formorer@grml.org>; HTML version powered by asciidoc.