# Additions to a certain pkgname expander
case "$i" in
(?*/?*/?*) # Fully qualified form
L+=" $i"
(?*/?*) # In-Repo full form
# do the search in current repo, and then default repo
(?*)
# ditto
esac
# and ditto
Dir Tree:
abbs
repos
05_main - aosc-os-abbs
aa_xxx - a repo called xxx with priority aa
.abbs - abbs files?
profile - variables for use in repo, e.g. BUGURL.
repo: Symlink to repos/05_main
Repo Variants:
REPO_PRIORITY='00_yyy:70_main' abbs
# ->
cp -al "$ABBS"/repo $a_certain_temp_dir_better_if_same_directory
# move according to the override
# and pretend as if it's the repo
# ->
PKGNAME+="+$REPO_PRIORITY"
# Well If there is some Long-Description..
PKGDES+="
Repos used:
$(printf '%q\n' "$REPO"/*_*)"
Changes include:
Dir Tree:
05_main
- aosc-os-abbsaa_xxx
- a repo called xxx with priority aa.abbs
- abbs files?profile
- variables for use in repo, e.g.BUGURL
.repo
: Symlink torepos/05_main
Repo Variants: