summaryrefslogtreecommitdiff
path: root/run.txt
diff options
context:
space:
mode:
Diffstat (limited to 'run.txt')
-rw-r--r--run.txt21
1 files changed, 17 insertions, 4 deletions
diff --git a/run.txt b/run.txt
index 26bba05..5987c90 100644
--- a/run.txt
+++ b/run.txt
@@ -1,6 +1,19 @@
1# setup #
2edit /etc/makepkg.conf and use makepkg.conf in this directory as a sample
3
4# building #
5cd etoolkit
6makepkg -f
7
1# repo examples # 8# repo examples #
9cd ~/pkg/pkgdest
10
11# remove existing database and obsolete files
12rm sgs.*
13
14# add new repo (new database)
15repo-add -s -k sgs@pichove.org sgs.db.tar.zst *.zst
2 16
3cd repo 17# sync to the end destination
4gpg --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 18# f.i.
5repo-add -s -k sgs@pichove.org sgs.db.tar.zst python-*.zst 19mkdir /tmp/pkgdest && rsync -4 -v -rlpt --stats --delete-before ca:~/pkg/pkgdest/ /tmp/pkgdest/ && rsync -4 -v -rlpt --stats --delete-before /tmp/pkgdest/ mb:~/private/repos/archlinux_repo/ && rm -rf /tmp/pkgdest
6rsync -4 -v -rlpt --stats -h --delete-after /home/sgs/development/gitprogs/configs/archlinux-builds/repo/ mb:/home/sgs/private/archrepo/