Guest User

Untitled

a guest
Jan 24th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. $ mkdir ~/repo
  2. $ cd ~/repo
  3. $ mkdir incoming conf repository
  4. $ cat > conf/options <<EOF
  5. morguedir +o/old-versions
  6. outdir +b/repository
  7. EOF
  8. $ cat > conf/distributions <<EOF
  9. Codename: stretch
  10. Origin: <you>
  11. Label: <you>
  12. Description: <description of this repository>
  13. Architecture: source amd64 i386
  14. Components: main
  15. SignWith: <your gpg key ID>
  16. EOF
  17. $ cat > conf/incoming <<EOF
  18. Name: incoming
  19. IncomingDir: incoming
  20. LogDir: logs
  21. TempDir: /tmp
  22. Multiple: yes
  23. Permit: older_version unused_files
  24. Allow: stretch
  25. EOF
  26.  
  27. cd ~/repo
  28. reprepro processincoming incoming
Add Comment
Please, Sign In to add comment