diff options
| author | Simeon Simeonov | 2024-12-27 13:17:47 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2024-12-27 13:17:47 +0100 |
| commit | 40f79013ba600339a66b8443e2d3fcb7f3c67706 (patch) | |
| tree | 2e10e2986f80c0cf245b7a1227f621ca9b9d8f41 | |
| parent | bf5731ce17c4710997dbd2dab1949706226aabcc (diff) | |
Add some repo examples
| -rw-r--r-- | run.txt | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -0,0 +1,6 @@ | |||
| 1 | # repo examples # | ||
| 2 | |||
| 3 | cd repo | ||
| 4 | gpg --output python-etoolkit-2.1.0-1-any.pkg.tar.zst.sig --default-key sgs@pichove.org --detach-sig python-etoolkit-2.1.0-1-any.pkg.tar.zst | ||
| 5 | repo-add -s -k sgs@pichove.org sgs.db.tar.zst python-*.zst | ||
| 6 | rsync -4 -v -rlpt --stats -h --delete-after /home/sgs/development/gitprogs/configs/archlinux-builds/repo/ mb:/home/sgs/private/archrepo/ | ||
