big feat & update commit, read description...

feat: regenerate packages & release (update option), letter based folder structure support, choose gpg key, config file, multiple architecture done
update: docs, comments in code, add, del, list, sign
i dont know honestly... docs will be updated later
This commit is contained in:
2023-05-03 17:07:33 +02:00
parent 5af9d45d43
commit ce0b37cabe
7 changed files with 160 additions and 28 deletions

View File

@@ -1,6 +1,11 @@
#!/bin/sh
# make folders
mkdir -p ./apt-repo/dists/stable/main/binary-amd64/
mkdir -p ./apt-repo/pool/main/
if [ -z $1 ]; then
echo "error: --repodir is not set"
exit 1
fi
# make folders
mkdir -p $1/apt-repo/dists/stable/main/binary-amd64/
mkdir -p $1/apt-repo/pool/main/