summaryrefslogtreecommitdiff
path: root/run.txt
blob: 5987c901812ea8bcd00ecbce2e57039b225797ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# setup #
edit /etc/makepkg.conf and use makepkg.conf in this directory as a sample

# building #
cd etoolkit
makepkg -f

# repo examples #
cd ~/pkg/pkgdest

# remove existing database and obsolete files
rm sgs.*

# add new repo (new database)
repo-add -s -k sgs@pichove.org sgs.db.tar.zst *.zst

# sync to the end destination
# f.i.
mkdir /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