summaryrefslogtreecommitdiff
path: root/createrepos
blob: 94fb9d5516a79d4b6313224bf6716817f33607ea (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
# Creates the repo structure defined in config

source "$(dirname "$(readlink -e "$0")")/etc/dbscripts.cfg"

mkdir -p -- "${root_dir}"/{"${PKGPOOL}","${SRCPOOL}"} "${cleanup_destination_directory}" "${source_cleanup_destination_directory}" "${staging_directory}"

"$(dirname "$(readlink -e "$0")")/create-repo" "${PKGREPOS[@]}"