Compare commits

..

27 Commits

Author SHA1 Message Date
Luka Zeljko
405a4501fc More complete version of zsh autocompletion
All checks were successful
Artools shellcheck / lint (pull_request) Successful in 1m3s
- Mimics bash autocompletion with addition of descriptions of every command and option on tabbing
2025-11-24 14:21:17 +01:00
Luka Zeljko
c2bc4ee01c Rewritten zsh autocompletion script.
- Added all core commands, subcommands and options available in the tooling
- Packages and maintainers now dynamically shown on tabbing
2025-11-23 22:18:06 +01:00
e17b84f4a0 iso-fixes (#156)
All checks were successful
Artools shellcheck / lint (push) Successful in 25s
Reviewed-on: #156
Co-authored-by: Artoo <artoo@artixlinux.org>
Co-committed-by: Artoo <artoo@artixlinux.org>
2025-08-29 22:38:21 +02:00
4718c88229 Merge pull request 'buildiso: load optional livefs packages-init' (#155) from iso-opt-yaml-key into master
All checks were successful
Artools shellcheck / lint (push) Successful in 29s
Reviewed-on: #155
2025-08-28 00:55:17 +02:00
d1ddaaf06a buildiso: load optional livefs packages-init
All checks were successful
Artools shellcheck / lint (pull_request) Successful in 56s
2025-08-27 23:48:23 +02:00
9484fff9f8 buildiso: handle s6 DM in proper lib (#154)
All checks were successful
Artools shellcheck / lint (push) Successful in 1m14s
Reviewed-on: #154
Co-authored-by: Artoo <artoo@artixlinux.org>
Co-committed-by: Artoo <artoo@artixlinux.org>
2025-08-26 17:11:44 +02:00
1e2e5f44e1 buildiso: add s6 service error handling
All checks were successful
Artools shellcheck / lint (push) Successful in 41s
2025-08-22 15:42:18 +02:00
764d47ad8f buildiso: add service error handling
All checks were successful
Artools shellcheck / lint (push) Successful in 1m37s
2025-08-22 15:11:38 +02:00
9e67c31d61 iso-yaml (#153)
All checks were successful
Artools shellcheck / lint (push) Successful in 31s
Reviewed-on: #153
Co-authored-by: Artoo <artoo@artixlinux.org>
Co-committed-by: Artoo <artoo@artixlinux.org>
2025-08-20 20:14:31 +02:00
41c90f8d49 iso services: use dinitctl instead of symlinks
All checks were successful
Artools shellcheck / lint (push) Successful in 1m2s
2025-08-15 20:50:54 +02:00
c97a0cdd59 artixpkg repo import: show git diff with -n flag
All checks were successful
Artools shellcheck / lint (push) Successful in 31s
2025-06-28 14:55:24 +02:00
1ba16c45f9 artixpkg: fix removal by git add srcinfo.yaml
All checks were successful
Artools shellcheck / lint (push) Successful in 30s
2025-06-12 17:33:20 +02:00
95afc31152 artixpkg git: show repo db after pull
All checks were successful
Artools shellcheck / lint (push) Successful in 58s
2025-06-08 17:19:48 +02:00
af81317aad dbg (#152)
All checks were successful
Artools shellcheck / lint (push) Successful in 57s
Reviewed-on: #152
Co-authored-by: Artoo <artoo@artixlinux.org>
Co-committed-by: Artoo <artoo@artixlinux.org>
2025-05-25 12:03:22 +02:00
79e12f3d10 artixpkg repo: gen scrinfo.yaml if not present (#151)
All checks were successful
Artools shellcheck / lint (push) Successful in 57s
Reviewed-on: #151
Co-authored-by: Artoo <artoo@artixlinux.org>
Co-committed-by: Artoo <artoo@artixlinux.org>
2025-05-21 20:04:11 +02:00
917cd188d9 artixpkg: add --quiet to import (#150)
All checks were successful
Artools shellcheck / lint (push) Successful in 24s
Reviewed-on: #150
Co-authored-by: Artoo <artoo@artixlinux.org>
Co-committed-by: Artoo <artoo@artixlinux.org>
2025-05-12 21:49:34 +02:00
bfe462432d artixpkg: fix import on rejected tag erroring
All checks were successful
Artools shellcheck / lint (push) Successful in 29s
2025-05-12 21:00:05 +02:00
896e8e195f artixpkg: fix move for new pkgs not in stable yet
All checks were successful
Artools shellcheck / lint (push) Successful in 55s
2025-05-12 18:43:22 +02:00
12d1b784ff bash completion changes (#149)
All checks were successful
Artools shellcheck / lint (push) Successful in 24s
fix package completion. other changes to match latest interface.

Reviewed-on: #149
Co-authored-by: Cory Sanin <corysanin@artixlinux.org>
Co-committed-by: Cory Sanin <corysanin@artixlinux.org>
2025-05-07 18:02:46 +02:00
d8129cbb9a artixpkg: git add jenkinsfile if modified on move
All checks were successful
Artools shellcheck / lint (push) Successful in 25s
2025-05-05 23:20:28 +02:00
950e0604a4 artixpkg: fix repo import upstream fetch
All checks were successful
Artools shellcheck / lint (push) Successful in 55s
2025-05-05 17:20:22 +02:00
607fa38500 fixes (#148)
All checks were successful
Artools shellcheck / lint (push) Successful in 26s
Reviewed-on: #148
Co-authored-by: Artoo <artoo@artixlinux.org>
Co-committed-by: Artoo <artoo@artixlinux.org>
2025-05-04 19:17:36 +02:00
39a2158c48 artixpkg repo move: git add srcinfo.yaml if generated
All checks were successful
Artools shellcheck / lint (push) Successful in 24s
2025-05-04 09:55:03 +02:00
c67826fd2a pre-rel-fixes (#147)
All checks were successful
Artools shellcheck / lint (push) Successful in 55s
Reviewed-on: #147
Co-authored-by: Artoo <artoo@artixlinux.org>
Co-committed-by: Artoo <artoo@artixlinux.org>
2025-05-04 09:03:38 +02:00
3ac0122eac agent (#146)
All checks were successful
Artools shellcheck / lint (push) Successful in 24s
automatically set agent

add, move,remove gain -a/--agent opt

Reviewed-on: #146
Co-authored-by: Artoo <artoo@artixlinux.org>
Co-committed-by: Artoo <artoo@artixlinux.org>
2025-05-01 09:10:45 +02:00
9afe8a863e srcinfo-yaml (#145)
All checks were successful
Artools shellcheck / lint (push) Successful in 58s
Reviewed-on: #145
Co-authored-by: Artoo <artoo@artixlinux.org>
Co-committed-by: Artoo <artoo@artixlinux.org>
2025-04-30 16:08:01 +02:00
9b1b1c46ed pkg2yaml (#144)
All checks were successful
Artools shellcheck / lint (push) Successful in 29s
Reviewed-on: #144
Co-authored-by: Artoo <artoo@artixlinux.org>
Co-committed-by: Artoo <artoo@artixlinux.org>
2025-04-14 20:48:58 +02:00
40 changed files with 1536 additions and 915 deletions

View File

@@ -1,6 +1,6 @@
SHELL=/bin/bash
V=0.33
V=0.37
BUILDTOOLVER ?= $(V)
CHROOTVER=0.12

View File

@@ -36,11 +36,11 @@
# default archiving org
# GIT_ORG_ARCHIVE='landfill'
# default jenkins agents
# AGENTS=(orion taurus)
# whether to include custom maintainer line when importing from arch
# PATCH_MAINTAINER=false
# override the default git url for patches repo
# PATCH_URL=${GIT_SSH}:artix/artix-patches.git
# override the default debug pool
# PKGDEST_DBG=${WORKSPACE_DIR}/packages-debug

View File

@@ -3,7 +3,6 @@
LIBDIR=${LIBDIR:-'@libdir@'}
_artixpkg_pkgbase() {
source "${LIBDIR}"/pkg/git/config.sh
source "${LIBDIR}"/pkg/util.sh
ls -1 "${TREE_DIR_ARTIX}" | tr '\n' ' '
}
@@ -17,7 +16,7 @@ _artixpkg_maintainers() {
}
_artixpkg_completion() {
local cur prev comps comps_all repos autorepos teams agents cwords comp_cword_exflag
local cur prev comps comps_all repos autorepos teams agents cwords comp_cword_exflag agent_flag_present
source "${LIBDIR}"/pkg/db/db.sh 2>/dev/null
cur="${COMP_WORDS[COMP_CWORD]}"
@@ -34,6 +33,7 @@ _artixpkg_completion() {
comps_all=""
comp_cword_exflag=0
comp_cword_all=0
agent_flag_present=false
for ((i = 0; i < ${#COMP_WORDS[@]} - 1; i++)); do
word="${COMP_WORDS[i]}"
comps_all+=" $word"
@@ -42,6 +42,10 @@ _artixpkg_completion() {
comps+=" $word"
((comp_cword_exflag++))
fi
if [[ $word == -a || $word == --agent ]]; then
# -a can also refer to --adopt
agent_flag_present=true
fi
done
comps="${comps:1}"
comps_all="${comps_all:1}"
@@ -75,7 +79,6 @@ _artixpkg_completion() {
done
agents="${agents:1}"
case "${comp_cword_exflag}" in
1)
COMPREPLY=($(compgen -W "admin git repo version -h --help" -- "${cur}"))
@@ -87,7 +90,7 @@ _artixpkg_completion() {
COMPREPLY=($(compgen -W "maintainer query team topic transfer -h --help" -- ${cur}))
;;
git)
COMPREPLY=($(compgen -W "ci clone config create pull push -h --help" -- ${cur}))
COMPREPLY=($(compgen -W "clone config create pull push -h --help" -- ${cur}))
;;
repo)
COMPREPLY=($(compgen -W "add remove move import show -h --help" -- ${cur}))
@@ -99,37 +102,6 @@ _artixpkg_completion() {
;;
*)
case "${comps}" in
"artixpkg repo add"*)
local repoAddCommon="-p --push -r --rebuild -n --nocheck -h --help"
case "${comp_cword_exflag}" in
3)
COMPREPLY=($(compgen -W "$repoAddCommon $autorepos $repos" -- ${cur}))
;;
*)
COMPREPLY=($(compgen -W "$repoAddCommon $(_artixpkg_pkgbase)" -- ${cur}))
;;
esac
;;
"artixpkg repo remove"*)
case "${comp_cword_exflag}" in
3)
COMPREPLY=($(compgen -W "-p --push -h --help $autorepos $repos" -- ${cur}))
;;
*)
COMPREPLY=($(compgen -W "-p --push -h --help $(_artixpkg_pkgbase)" -- ${cur}))
;;
esac
;;
"artixpkg repo move"*)
case "${comp_cword_exflag}" in
3|4)
COMPREPLY=($(compgen -W "-p --push -h --help $autorepos $repos" -- ${cur}))
;;
*)
COMPREPLY=($(compgen -W "-p --push -h --help $(_artixpkg_pkgbase)" -- ${cur}))
;;
esac
;;
"artixpkg repo import"*)
case "${prev}" in
"--tag")
@@ -144,11 +116,53 @@ _artixpkg_completion() {
"artixpkg repo show")
COMPREPLY=($(compgen -W "-b --base -p --pkgs -h --help" -- ${cur}))
;;
"artixpkg git clone"*)
"artixpkg repo"*)
if [ "$agent_flag_present" = true ] ; then
((comp_cword_exflag--))
fi
case "${prev}" in
"-a"|"--agent")
COMPREPLY=($(compgen -W "$agents" -- ${cur}))
;;
*)
case "${comps}" in
"artixpkg repo add"*)
local repoAddCommon="-p --push -r --rebuild -n --nocheck -a --agent -h --help"
case "${comp_cword_exflag}" in
3)
COMPREPLY=($(compgen -W "$repoAddCommon $autorepos $repos" -- ${cur}))
;;
*)
COMPREPLY=($(compgen -W "$repoAddCommon $(_artixpkg_pkgbase)" -- ${cur}))
;;
esac
;;
"artixpkg repo remove"*)
case "${comp_cword_exflag}" in
3)
COMPREPLY=($(compgen -W "-p --push -a --agent -h --help $autorepos $repos" -- ${cur}))
;;
*)
COMPREPLY=($(compgen -W "-p --push -a --agent -h --help $(_artixpkg_pkgbase)" -- ${cur}))
;;
esac
;;
"artixpkg repo move"*)
case "${comp_cword_exflag}" in
3|4)
COMPREPLY=($(compgen -W "-p --push -a --agent -h --help $autorepos $repos" -- ${cur}))
;;
*)
COMPREPLY=($(compgen -W "-p --push -a --agent -h --help $(_artixpkg_pkgbase)" -- ${cur}))
;;
esac
;;
esac
;;
esac
;;
"artixpkg git clone"*)
case "${prev}" in
"--protocol")
COMPREPLY=($(compgen -W "https" -- ${cur}))
;;
@@ -163,7 +177,7 @@ _artixpkg_completion() {
COMPREPLY=()
;;
*)
COMPREPLY=($(compgen -W "-m --maintainer --protocol -s --search -t --team -a --agent -j --jobs --all -h --help $(_artixpkg_remotepkgbase ${cur})" -- ${cur}))
COMPREPLY=($(compgen -W "-m --maintainer --protocol -s --search -t --team -j --jobs --all -h --help $(_artixpkg_remotepkgbase ${cur})" -- ${cur}))
;;
esac
;;
@@ -183,14 +197,11 @@ _artixpkg_completion() {
;;
"artixpkg git create"*)
case "${prev}" in
"-a"|"--agent")
COMPREPLY=($(compgen -W "$agents" -- ${cur}))
;;
"-t"|"--team")
COMPREPLY=($(compgen -W "$teams" -- ${cur}))
;;
*)
COMPREPLY=($(compgen -W "-c --clone -a --agent -t --team -h --help" -- ${cur}))
COMPREPLY=($(compgen -W "-c --clone -t --team -h --help" -- ${cur}))
;;
esac
;;
@@ -220,29 +231,19 @@ _artixpkg_completion() {
"-m"|"--maintainer")
COMPREPLY=($(compgen -W "$(_artixpkg_maintainers)" -- ${cur}))
;;
"-t"|"--topic"|"-j"|"--jobs")
"-t"|"--topic")
# this flag expects a parameter
COMPREPLY=()
;;
*)
COMPREPLY=($(compgen -W "-m --maintainer -t --topic -j --jobs -h --help $(_artixpkg_pkgbase)" -- ${cur}))
;;
esac
;;
"artixpkg git ci"*)
case "${prev}" in
"-a"|"--agent")
COMPREPLY=($(compgen -W "$agents" -- ${cur}))
;;
*)
COMPREPLY=($(compgen -W "-a --agent -h --help $(_artixpkg_pkgbase)" -- ${cur}))
COMPREPLY=($(compgen -W "-m --maintainer -t --topic -h --help $(_artixpkg_pkgbase)" -- ${cur}))
;;
esac
;;
"artixpkg admin maintainer"*)
case "${comp_cword_all}" in
3)
COMPREPLY=($(compgen -W "-a --adopt --o --orphan -h --help" -- ${cur}))
COMPREPLY=($(compgen -W "-a --adopt -o --orphan -h --help" -- ${cur}))
;;
*)
COMPREPLY=($(compgen -W "-h --help $(_artixpkg_pkgbase)" -- ${cur}))
@@ -280,7 +281,7 @@ _artixpkg_completion() {
COMPREPLY=()
;;
*)
COMPREPLY=($(compgen -W "-a --add -r --remove -d --del -j --jobs -h --help $(_artixpkg_pkgbase)" -- ${cur}))
COMPREPLY=($(compgen -W "-a --add -r --remove -d --delete -j --jobs -h --help $(_artixpkg_pkgbase)" -- ${cur}))
;;
esac
;;
@@ -292,4 +293,4 @@ _artixpkg_completion() {
esac
}
complete -F _artixpkg_completion artixpkg
complete -F _artixpkg_completion artixpkg

View File

@@ -1,205 +1,748 @@
#compdef artixpkg
#compdef _artixpkg artixpkg
local -a addcmd admincmd cicmd clonecmd configcmd createcmd gitcmd importcmd \
initialcmd maintainercmd movecmd querycmd pullcmd pushcmd removecmd \
repocmd showcmd teamcmd topiccmd transfercmd versioncmd
_regex_words maintainer '' \
'-a' \
'--adopt' \
'-h' \
'--help' \
'-o' \
'--orphan'
maintainercmd=("$reply[@]")
LIBDIR=${LIBDIR:-'@libdir@'}
# LIBDIR='/usr/share/artools/lib'
_regex_words query '' \
'-h' \
'--help' \
'-m' \
'-t'
querycmd=("$reply[@]")
ARTIX_DB=(
"system-goblins"
"system-gremlins"
"system"
"world-goblins"
"world-gremlins"
"world"
"lib32-goblins"
"lib32-gremlins"
"lib32"
"galaxy-goblins"
"galaxy-gremlins"
"galaxy"
)
_regex_words team '' \
'-a' \
'--add' \
'-c' \
'--check' \
'-h' \
'--help' \
'-r' \
'--remove'
teamcmd=("$reply[@]")
ARTIX_DB_MAP=(
"goblins"
"gremlins"
"stable"
)
_regex_words topic '' \
'-a' \
'--add' \
'-d' \
'--delete' \
'-h' \
'--help' \
'-j' \
'--jobs' \
'-r' \
'--remove'
topiccmd=("$reply[@]")
AGENTS=(
"orion"
"taurus"
)
_regex_words transfer '' \
'-h' \
'--help'
transfercmd=("$reply[@]")
ARTIX_TEAMS=(
"system"
"world"
"lib32"
"galaxy"
)
_artixpkg_remotepkgbase() {
curl -s "https://checkupdates.artixlinux.org/api/1.0/packages?startswith=$1"
}
_artixpkg_maintainers() {
curl -s "https://checkupdates.artixlinux.org/api/1.0/maintainers"
}
_artixpkg_pkgbase() {
source "${LIBDIR}/pkg/util.sh"
ls -1 "${TREE_DIR_ARTIX}" | tr '\n' ' '
}
function _artixpkg { # DONE
_arguments -C \
'1:command:->subcmd' \
'*::args:->args'
case $state in
subcmd)
local -a subcmds
subcmds=(
"--help:Show help text"
"-h:Show help text"
"admin:Manage topics, teams and obsolete repos"
"git:Manage Git packaging repositories and their configuration"
"repo:Pacman database modification for package updates, moves, etc."
"version:Show artixpkg version information"
)
_describe 'command' subcmds
return
;;
args)
case $words[1] in
admin)
_admin
;;
git)
_git
;;
repo)
_repo
;;
version)
_arguments \
'-h[Show help text]' \
'--help[Show help text]'
;;
esac
;;
esac
}
_admin() { #DONE
local state
_arguments -C \
'1:admin-cmd:->admin-subcmd' \
'*::admin-arg:->admin-args'
case $state in
admin-subcmd)
local -a admin_subcommands
admin_subcommands=(
"-h:Show this help text"
"--help:Show this help text"
"maintainer:Manage repo maintainer"
"query:Query maintainers and topics"
"team:Manage repo team"
"topic:Manage topics"
"transfer:Transfer obsolete repository to landfill"
)
_describe 'admin-cmd' admin_subcommands
return
;;
admin-args)
case $words[1] in
maintainer)
_admin_maintainer
;;
query)
_admin_query
;;
team)
_admin_team
;;
topic)
_admin_topic
;;
transfer)
admin_transfer
;;
esac
;;
esac
}
_git() { # DONE
local state
_arguments \
'1:git-cmd:->git-subcmd' \
'*::git-arg:->git-args'
case $state in
git-subcmd)
local -a git_subcommands
git_subcommands=(
"-h:Show this help text"
"--help:Show this help text"
"clone:Clone a package repository"
"config:Configure a clone according to artix specs"
"create:Create a new Gitea package repository"
"pull:Pull a package repository"
"push:Push a package repository"
)
_describe 'git-cmd' git_subcommands
return
;;
git-args)
case $words[1] in
clone)
_git_clone
;;
config)
_git_config
;;
create)
_git_create
;;
pull)
_git_pull
;;
push)
_git_push
;;
esac
;;
esac
}
_repo() { # DONE
local state
_arguments \
'1:repo-cmd:->repo-subcmd' \
'*::repo-arg:->repo-args'
case $state in
repo-subcmd)
local -a repo_subcommands
repo_subcommands=(
"-h:Show this help text"
"--help:Show this help text"
"add:Add built pkgbase to repo"
"move:Move built pkgbase between repos"
"remove:Remove built pkgbase from repo"
"import:Import latest tag from arch upstream"
"show:Show the pkgbase's repo db"
)
_describe 'repo-cmd' repo_subcommands
;;
repo-args)
case $words[1] in
add)
_repo_add
;;
move)
_repo_move
;;
remove)
_repo_remove
;;
import)
_repo_import
;;
show)
_repo_show
;;
esac
;;
esac
}
_admin_maintainer() { # DONE
local state
_arguments \
'1:maintainer-cmd:->maintainer-subcmd' \
'*::maintainer-arg:->maintainer-args'
case $state in
maintainer-subcmd)
local -a maintainer_subcommands
maintainer_subcommands=(
"-h:Show this help text"
"--help:Show this help text"
"--adopt:Adopt repo"
"-a:Adopt repo"
"--orphan:Orphan repo"
"-o:Orphan repo"
)
_describe 'maintainer-cmd' maintainer_subcommands
;;
maintainer-args)
local -a localpkgs
localpkgs=(${(z)$(_artixpkg_pkgbase)})
case $words[1] in
--adopt|-a|--orphan|-o)
_describe 'locals-cmd' localpkgs
;;
esac
;;
esac
}
_admin_query() { # DONE
local state
local -a localpkgs
localpkgs=(${(z)$(_artixpkg_pkgbase)})
local -a query_subcommands
query_subcommands=(
"-h:Show this help text"
"--help:Show this help text"
"--maintainer:Query for packages of the named maintainer"
"-m:Query for packages of the named maintainer"
"--topic:Query for packages of the named topic"
"-t:Query for packages of the named topic"
)
_arguments \
'1:query-cmd:->query-subcmd' \
'*::query-arg:->query-args'
case $state in
query-subcmd)
_describe 'query-cmd' query_subcommands -- localpkgs
;;
query-args)
local -a maintainers
maintainers=("${(z)$(_artixpkg_maintainers)}")
if [[ ${words[CURRENT-1]} == "-m" || ${words[CURRENT-1]} == "--maintainer" ]] then
_describe 'maintainers-cmd' maintainers
elif [[ ${words[CURRENT-1]} == "-t" || ${words[CURRENT-1]} == "--topic" ]] then
return 0
else
_describe 'query-cmd' query_subcommands -- localpkgs
fi
;;
esac;
}
_admin_team() { # DONE
local -a localpkgs
localpkgs=(${(z)$(_artixpkg_pkgbase)})
local state
local -a team_subcommands
team_subcommands=(
"-h:Show this help text"
"--help:Show this help text"
"--check:Check if team is assigned"
"-c:Check if team is assigned"
"--list:List repo teams"
"-l:List repo teams"
"--add:Add team to repo"
"-a:Add team to repo"
"--remove:Remove team from repo"
"-r:Remove team from repo"
)
_arguments \
'1:team-cmd:->team-subcmd' \
'*::team-arg:->team-args'
case $state in
team-subcmd)
_describe 'team-cmd' team_subcommands -- localpkgs
;;
team-args)
local -a maintainers
maintainers=("${(z)$(_artixpkg_maintainers)}")
if [[ ${words[CURRENT-1]} == "-a" || ${words[CURRENT-1]} == "--add" || ${words[CURRENT-1]} == "-r" || ${words[CURRENT-1]} == "--remove" ]] then
_describe 'elses cmd' ARTIX_TEAMS
else
_describe 'query-cmd' team_subcommands -- localpkgs
fi
;;
esac
}
_admin_topic() { # DONE
local state
local -a localpkgs
local -a topic_subcommands
topic_subcommands=(
"-h:Show this help text"
"--help:Show this help text"
"--add:Add a topic to repo"
"-a:Add a topic to repo"
"--remove:Remove a topic from repo"
"-r:Remove a topic from repo"
"--delete:Delete all topics from repo"
"-d:Delete all topics from repo"
"--jobs:Run up to N jobs in parallel (default: 4)"
"-j:Run up to N jobs in parallel (default: 4)"
)
localpkgs=(${(z)$(_artixpkg_pkgbase)})
_arguments \
'1:topic-cmd:->topic-subcmd' \
'*::topic-arg:->topic-args'
case $state in
topic-subcmd)
_describe 'topic-cmd' topic_subcommands -- localpkgs
;;
topic-args)
if [[ ${words[CURRENT-1]} == "-j" || ${words[CURRENT-1]} == "--jobs" || ${words[CURRENT-1]} == "-h" || ${words[CURRENT-1]} == "--help" || ${words[CURRENT-1]} == "-a" || ${words[CURRENT-1]} == "--add" || ${words[CURRENT-1]} == "-r" || ${words[CURRENT-1]} == "--remove" || ${words[CURRENT-1]} == "-d" || ${words[CURRENT-1]} == "--delete" ]] then
return 0
else
_describe 'topic-cmd' topic_subcommands -- localpkgs
fi
;;
esac
}
_regex_words admin '' \
'-h:Help text' \
'--help:Help text' \
'maintainer:Manage repo maintainer:$maintainercmd' \
'query:Query maintainers and topics:$querycmd' \
'team:Manage repo team:$teamcmd' \
'topic:Manage topics:$topiccmd' \
'transfer:Transfer obsolete repositories to landfill:$transfercmd'
admincmd=("$reply[@]")
admin_transfer() { # DONE
local state
local -a transfer_subcommands
transfer_subcommands=(
"-h:Show this help text"
"--help:Show this help text"
)
local -a localpkgs
localpkgs=(${(z)$(_artixpkg_pkgbase)})
_regex_words ci '' \
'-a' \
'--agent' \
'-h' \
'--help'
cicmd=("$reply[@]")
_arguments \
'1:transfer-cmd:->transfer-subcmd' \
'*::transfer-arg:->transfer-args'
_regex_words clone '' \
'-a' \
'--agent' \
'--all' \
'-h' \
'--help' \
'-j' \
'--jobs' \
'-m' \
'--maintainer' \
'--protocol' \
'-s' \
'--search' \
'-t' \
'--team'
clonecmd=("$reply[@]")
case $state in
transfer-subcmd)
_describe 'transfer-cmd' transfer_subcommands -- localpkgs
;;
transfer-args)
case $words[@] in
*)
_describe 'transfer_else-cmd' transfer_subcommands -- localpkgs
;;
esac
;;
esac
}
_regex_words config '' \
'-h' \
'--help' \
'-j' \
'--jobs' \
'--protocol'
configcmd=("$reply[@]")
_git_clone() { # DONE
local state
local -a remotepkgs
local -a clone_subcommands
clone_subcommands=(
"-h:Show this help text"
"--help:Show this help text"
"--maintainer:Clone all packages of the named maintainer"
"-m:Clone all packages of the named maintainer"
"--search:Clone all packages of the named topic"
"-s:Clone all packages of the named topic"
"--team:Assign team name (default: world)"
"-t:Assign team name (default: world)"
"--jobs:Run up to N jobs in parallel (default: 4)"
"-j:Run up to N jobs in parallel (default: 4)"
"--protocol https:Clone the repository over https"
"--all:Clone all existing packages, useful for cache warming"
)
_regex_words create '' \
'-a' \
'--agent' \
'-c' \
'--create' \
'-h' \
'--help' \
'-t' \
'--team'
createcmd=("$reply[@]")
_arguments \
'1:clone-cmd:->clone-subcmd' \
'*::clone-arg:->clone-args'
_regex_words pull '' \
'--all' \
'-h' \
'--help' \
'-j' \
'--jobs' \
'-m' \
'--maintainer' \
'-t' \
'--topic'
pullcmd=("$reply[@]")
case $state in
clone-subcmd)
remotepkgs=(${(z)$(_artixpkg_remotepkgbase)})
_regex_words push '' \
'-h' \
'--help' \
'-j' \
'--jobs' \
'-m' \
'--maintainer' \
'-t' \
'--topic'
pushcmd=("$reply[@]")
_describe 'clone-cmd' clone_subcommands -- remotepkgs
;;
clone-args)
case $words[@] in
*)
remotepkgs=(${(z)$(_artixpkg_remotepkgbase)})
_describe 'cloneall-cmd' clone_subcommands -- remotepkgs
;;
esac
;;
esac
}
_regex_words git '' \
'ci:Configure CI agent:$cicmd' \
'clone:Clone a package:$clonecmd' \
'config:Configure a clone:$configcmd' \
'create:Create a new gitea package repository:$createcmd' \
'-h:Help text' \
'--help:Help text' \
'pull:Pull a package repository:$pullcmd' \
'push:Push a package repository:$pushcmd'
gitcmd=("$reply[@]")
_git_config() { # DONE
local state
local -a localpkgs
localpkgs=(${(z)$(_artixpkg_pkgbase)})
local -a config_subcommands
config_subcommands=(
"-h:Show this help text"
"--help:Show this help text"
"--jobs:Run up to N jobs in parallel (default: 4)"
"-j:Run up to N jobs in parallel (default: 4)"
"--protocol:Configure remote url to use https"
)
_regex_words add '' \
'-h' \
'--help' \
'-n' \
'--nocheck' \
'-p' \
'--push' \
'-r' \
'--rebuild'
addcmd=("$reply[@]")
_arguments \
'1:config-cmd:->config-subcmd' \
'*::config-arg:->config-args'
_regex_words import '' \
'--del' \
'-h' \
'--help' \
'--tag'
importcmd=("$reply[@]")
case $state in
config-subcmd)
_describe 'config-cmd' config_subcommands -- localpkgs
;;
config-args)
if [[ ${words[CURRENT-1]} == "--protocol" ]] then
all_completions=(
'https:HTTPS protocol'
)
_describe 'protocl val' all_completions
elif [[ ${words[CURRENT-1]} == "-j" || ${words[CURRENT-1]} == "--jobs" ]] then
return 0
else
_describe 'localpkgs-cmd' config_subcommands -- localpkgs
fi
;;
esac
}
_regex_words move '' \
'-h' \
'--help' \
'-p' \
'--push'
movecmd=("$reply[@]")
_git_create() { # DONE
local state
local -a create_subcommands
create_subcommands=(
"-h:Show this help text"
"--help:Show this help text"
"--clone:Clone the Git repository after creation"
"-c:Clone the Git repository after creation"
"--team:Assign team name (default: world)"
"-t:Assign team name (default: world)"
)
_regex_words remove '' \
'-h' \
'--help' \
'-p' \
'--push'
removecmd=("$reply[@]")
_arguments \
'1:create-cmd:->create-subcmd' \
'*::create-arg:->create-args'
_regex_words show '' \
'-b' \
'--base' \
'-h' \
'--help' \
'-p' \
'--pkgs'
showcmd=("$reply[@]")
case $state in
create-subcmd)
_describe 'create-cmd' create_subcommands
;;
create-args)
if [[ ${words[CURRENT-1]} == "-t" || ${words[CURRENT-1]} == "--topic" ]] then
_describe 'teams-cmd' ARTIX_TEAMS
else
_describe 'create-cmd' create_subcommands
fi
esac
}
_regex_words repo '' \
'add:Add pkgbase to repo:$addcmd' \
'-h:Help text' \
'--help:Help text' \
'import:Import latest tag from arch upstream:$importcmd' \
'move:Move pkgbase between repos:$movecmd' \
'remove:Remove pkgbase from repo:$removecmd' \
'show:Show pkgbase repo db:$showcmd'
repocmd=("$reply[@]")
_git_pull() { # DONE
local state
local -a localpkgs
localpkgs=(${(z)$(_artixpkg_pkgbase)})
local -a pull_subcommands
pull_subcommands=(
"-h:Show this help text"
"--help:Show this help text"
"--maintainer:Pull all packages of the named maintainer"
"-m:Pull all packages of the named maintainer"
"--topic:Pull all packages of the named topic"
"-t:Pull all packages of the named topic"
"--jobs:Run up to N jobs in parallel (default: 4)"
"-j:Run up to N jobs in parallel (default: 4)"
"--all:Pull all existing packages"
)
_regex_words version '' \
'-h' \
'--help'
versioncmd=("$reply[@]")
_arguments \
'1:pull-cmd:->pull-subcmd' \
'*::pull-arg:->pull-args'
_regex_words initial '' \
'admin:Manage topics:$admincmd' \
'git:Manage git:$gitcmd' \
'-h:Help text' \
'--help:Help text' \
'repo:Pacman database modification:$repocmd' \
'version:Show artixpkg version:$versioncmd'
initialcmd=("$reply[@]")
case $state in
pull-subcmd)
_describe 'pull-cmd' pull_subcommands -- localpkgs
;;
pull-args)
if [[ ${words[CURRENT-1]} == "--all" ]] then
return 0
elif [[ ${words[CURRENT-1]} == "-m" || ${words[CURRENT-1]} == "--maintainer" ]] then
local -a maintainers
maintainers=("${(z)$(_artixpkg_maintainers)}")
_describe 'maintainers-cmd' maintainers
elif [[ ${words[CURRENT-1]} == "-j" || ${words[CURRENT-1]} == "--jobs" || ${words[CURRENT-1]} == "-t" || ${words[CURRENT-1]} == "--topic" ]] then
return 0
else
_describe 'pull-cmd' pull_subcommands -- localpkgs
fi
;;
esac
}
_git_push() {
local state
local -a push_subcommands
push_subcommands=(
"-h:Show this help text"
"--help:Show this help text"
"--maintainer:Push all packages of the named maintainer"
"-m:Push all packages of the named maintainer"
"--topic:Push all packages of the named topic"
"-t:Push all packages of the named topic"
)
local -a localpkgs
localpkgs=(${(z)$(_artixpkg_pkgbase)})
_arguments \
'1:push-cmd:->push-subcmd' \
'*::push-arg:->push-args'
case $state in
push-subcmd)
_describe 'push-cmd' push_subcommands -- localpkgs
;;
push-args)
if [[ ${words[CURRENT-1]} == "-m" || ${words[CURRENT-1]} == "--maintainer" ]] then
local -a maintainers
maintainers=("${(z)$(_artixpkg_maintainers)}")
_describe 'maintainers-cmd' maintainers
elif [[ ${words[CURRENT-1]} == "-t" || ${words[CURRENT-1]} == "--topic" ]] then
return 0
else
_describe 'push-cmd' push_subcommands -- localpkgs
fi
;;
esac
}
_repo_add() { # DONE
local state
local -a add_subcommands
local -a localpkgs
localpkgs=(${(z)$(_artixpkg_pkgbase)})
local -a combined_db
combined_db=("${ARTIX_DB[@]}" "${ARTIX_DB_MAP[@]}")
add_subcommands=(
"-h:Show this help text"
"--help:Show this help text"
"--push:Push pkgbase"
"-p:Push pkgbase"
"--rebuild:Triggers a rebuild"
"-r:Triggers a rebuild"
"--nocheck:Disable the check function"
"-n:Disable the check function"
"--agent:Set the CI agent"
"-a:Set the CI agent"
)
_arguments \
'1:add-cmd:->add-subcmd' \
'*::add-arg:->add-args'
case $state in
add-subcmd)
_describe 'add_cmd' add_subcommands -- ARTIX_DB -- ARTIX_DB_MAP
;;
add-args)
intersections=(${words:*combined_db})
if [[ ${words[CURRENT-1]} == "-a" || ${words[CURRENT-1]} == "--agent" ]] then
_describe 'add_cmd' AGENTS
elif [[ ${#intersections} > 0 ]] then
_describe 'push-cmd' add_subcommands -- localpkgs
else
_describe 'add_cmd' add_subcommands -- combined_db
fi
;;
esac
}
_repo_move() { # DONE
local state
local -a move_subcommands
local -a intersections
local -a localpkgs
localpkgs=(${(z)$(_artixpkg_pkgbase)})
move_subcommands=(
"-h:Show this help text"
"--help:Show this help text"
"--push:Push pkgbase"
"-p:Push pkgbase"
"--agent:Set the CI agent"
"-a:Set the CI agent"
)
local -a combined_db
combined_db=("${ARTIX_DB[@]}" "${ARTIX_DB_MAP[@]}")
_arguments \
'1:move-cmd:->move-subcmd' \
'*::move-arg:->move-args'
case $state in
move-subcmd)
_describe 'move_cmd' move_subcommands -- ARTIX_DB -- ARTIX_DB_MAP
;;
move-args)
intersections=(${words:*combined_db})
if [[ ${words[CURRENT-1]} == "-a" || ${words[CURRENT-1]} == "--agent" ]] then
_describe 'add_cmd' AGENTS
elif (( ${#intersections} > 1 )) then
_describe 'push-cmd' move_subcommands -- localpkgs
else
_describe 'add_cmd' move_subcommands -- ARTIX_DB -- ARTIX_DB_MAP
fi
;;
esac
}
_repo_remove() { # DONE
local state
local -a remove_subcommands
local -a intersections
remove_subcommands=(
"-h:Show this help text"
"--help:Show this help text"
"--push:Push pkgbase"
"-p:Push pkgbase"
"--agent:Set the CI agent"
"-a:Set the CI agent"
)
local -a localpkgs
localpkgs=(${(z)$(_artixpkg_pkgbase)})
local -a combined_db
combined_db=("${ARTIX_DB[@]}" "${ARTIX_DB_MAP[@]}")
_arguments \
'1:remove-cmd:->remove-subcmd' \
'*::remove-arg:->remove-args'
case $state in
remove-subcmd)
_describe 'remove_cmd' remove_subcommands -- combined_db
;;
remove-args)
intersections=(${words:*combined_db})
if [[ ${words[CURRENT-1]} == "-a" || ${words[CURRENT-1]} == "--agent" ]] then
_describe 'add_cmd' AGENTS
elif [[ ${#intersections} > 0 ]] then
_describe 'push-cmd' remove_subcommands -- localpkgs
else
_describe 'add_cmd' remove_subcommands -- combined_db
fi
;;
esac
}
_repo_import() {
local state
local -a import_subcommands
import_subcommands=(
"-h:Show this help text"
"--help:Show this help text"
"--tag:Switch the current workspace to a specified version tag"
"--del:Delete files before rsync import"
"--no-patch:No patch import"
"-n:No patch import"
)
local -a localpkgs
localpkgs=(${(z)$(_artixpkg_pkgbase)})
_arguments \
'1:import-cmd:->import-subcmd' \
'*::import-arg:->import-args'
case $state in
import-subcmd)
_describe 'import-cmd' import_subcommands -- localpkgs
;;
import-args)
if [[ ${words[CURRENT-1]} == "--tag" || ${words[CURRENT-1]} == "-tag" ]] then
return 0
else
_describe 'import-cmd' import_subcommands -- localpkgs
fi
;;
esac
}
_repo_show() {
local state
_arguments \
'1:show-cmd:->show-subcmd' \
'*::show-arg:->show-args'
case $state in
*)
local -a show_subcommands
show_subcommands=(
"-h:Show this help text"
"--help:Show this help text"
"--base:Show srcinfo base"
"-b:Show srcinfo base"
"--pkgs:Show srcinfo pkgs"
"-p:Show srcinfo pkgs"
)
_describe 'show-cmd' show_subcommands
;;
esac
}
_regex_arguments _artixpkg /$'[^\0]##\0'/ "${initialcmd[@]}"
_artixpkg "$@"

View File

@@ -1,17 +0,0 @@
################ install ################
# start services
# bluetoothd, cupsd, DM are added to the pkglist dynamicly
# metalog or syslog-ng is added to the pkglist dynamicly
# connmand or NetworkManager is added to the pkglist dynamicly
# only added if in array, these pkgs have no list entry
SERVICES=('acpid' 'bluetoothd' 'cronie' 'cupsd' 'metalog' 'connmand')
################# live-session #################
# default value
# PASSWORD="artix"
# Set to false to disable autologin in the live session
AUTOLOGIN="false"

View File

@@ -0,0 +1,30 @@
---
# required
live-session:
user: "artix"
password: "artix"
autologin: true
use-xlibre: false
services: []
user-services: []
# required
rootfs:
packages: []
packages-init:
dinit: []
openrc: []
runit: []
s6: []
# optional
livefs:
packages: []
# optional
packages-init:
dinit: []
openrc: []
runit: []
s6: []

View File

@@ -88,7 +88,7 @@ make_rootfs() {
msg "Prepare [Base installation] (rootfs)"
local rootfs="${work_dir}/rootfs"
load_pkgs "${root_list}"
load_pkgs "rootfs"
prepare_dir "${rootfs}"
@@ -100,7 +100,9 @@ make_rootfs() {
copy_overlay "${root_overlay}" "${rootfs}"
[[ -z ${live_list} ]] && configure_chroot "${rootfs}"
if ! "${HAS_LIVE}"; then
configure_chroot "${rootfs}"
fi
clean_up_chroot "${rootfs}"
@@ -115,7 +117,7 @@ make_livefs() {
msg "Prepare [Live installation] (livefs)"
local livefs="${work_dir}/livefs"
load_pkgs "${live_list}"
load_pkgs "livefs"
prepare_dir "${livefs}"
@@ -141,7 +143,7 @@ make_bootfs() {
if [[ ! -e ${work_dir}/bootfs.lock ]]; then
msg "Prepare [/iso/boot]"
load_pkgs "${common_dir}/Packages-boot"
load_pkgs "bootfs"
prepare_dir "${iso_root}/boot"
@@ -171,7 +173,9 @@ make_grub(){
msg "Prepare [/iso/boot/grub]"
local layer=${work_dir}/rootfs
[[ -n ${live_list} ]] && layer=${work_dir}/livefs
if "${HAS_LIVE}"; then
layer=${work_dir}/livefs
fi
prepare_grub "${work_dir}/rootfs" "$layer"
@@ -280,7 +284,7 @@ mk_boot(){
mk_chroots(){
run_safe "make_rootfs"
if [[ -n ${live_list} ]]; then
if "${HAS_LIVE}"; then
run_safe "make_livefs"
fi
}

View File

@@ -21,13 +21,22 @@ configure_calamares(){
msg2 "Configuring: Calamares %s" "$config"
if [[ -f "$mods"/services-artix.conf ]]; then
local svc
local svc usvc
svc=$(yaml_array "${SERVICES[@]}") \
yq -P 'with(.;
.command = "artix-service" |
.services = env(svc) )' \
-i "$mods"/services-artix.conf
fi
if [[ -f "$mods"/postcfg.conf ]]; then
local usvc initsys
initsys="${INITSYS}" \
usvc=$(yaml_array "${USER_SERVICES[@]}") \
yq -P 'with(.;
.initsys = env(initsys) |
.user-services = env(usvc) )' \
-i "$mods"/postcfg.conf
fi
fi
done
if [[ -d "$1"/etc/calamares-offline ]]; then

View File

@@ -4,9 +4,21 @@
#{{{ session
configure_user(){
local -r grps="users,lp,video,network,storage,wheel,audio,power,log,optical,network,scanner"
chroot "$1" useradd -m -G "$grps" -s /bin/bash "${LIVEUSER}"
echo "${LIVEUSER}:${PASSWORD}" | chroot "$1" chpasswd
echo "root:${PASSWORD}" | chroot "$1" chpasswd
}
configure_services(){
local mnt="$1"
add_svc_"${INITSYS}" "$mnt" "${SERVICES[*]}"
add_svc_"${INITSYS}" "$mnt"
if [[ "${INITSYS}" == "openrc" ]] || [[ "${INITSYS}" == "dinit" ]]; then
add_user_svc_"${INITSYS}" "$mnt"
fi
}
@@ -14,13 +26,14 @@ write_live_session_conf(){
local conf=''
conf+=$(printf '%s\n' '# live session configuration')
conf+=$(printf "\nAUTOLOGIN=%s\n" "${AUTOLOGIN}")
conf+=$(printf "\nPASSWORD=%s\n" "${PASSWORD}")
conf+=$(printf "\nLIVEUSER=%s\n" "${LIVEUSER}")
printf '%s' "$conf"
}
configure_chroot(){
local fs="$1"
msg "Configuring [%s]" "${fs##*/}"
configure_user "$fs"
configure_services "$fs"
configure_calamares "$fs"
[[ ! -d "$fs/etc/artools" ]] && mkdir -p "$fs/etc/artools"

View File

@@ -7,6 +7,7 @@
show_profile(){
msg2 "iso_file: %s" "${iso_file}"
msg2 "AUTOLOGIN: %s" "${AUTOLOGIN}"
msg2 "LIVEUSER: %s" "${LIVEUSER}"
msg2 "PASSWORD: %s" "${PASSWORD}"
msg2 "SERVICES: %s" "${SERVICES[*]}"
}
@@ -15,79 +16,121 @@ load_profile(){
local profile_dir="${DATADIR}/iso-profiles"
[[ -d "${WORKSPACE_DIR}"/iso-profiles ]] && profile_dir="${WORKSPACE_DIR}"/iso-profiles
root_list="$profile_dir/${profile}/Packages-Root"
root_overlay="$profile_dir/${profile}/root-overlay"
[[ -f "$profile_dir/${profile}/Packages-Live" ]] && live_list="$profile_dir/${profile}/Packages-Live"
[[ -d "$profile_dir/${profile}/live-overlay" ]] && live_overlay="$profile_dir/${profile}/live-overlay"
common_dir="${DATADIR}/iso-profiles/common"
[[ -d "$profile_dir"/common ]] && common_dir="${profile_dir}"/common
[[ -f $profile_dir/${profile}/profile.conf ]] || return 1
profile_yaml=$profile_dir/${profile}/profile.yaml
# shellcheck source=contrib/iso/profile.conf.example
[[ -r "$profile_dir/${profile}"/profile.conf ]] && . "$profile_dir/${profile}"/profile.conf
common_yaml="${common_dir}/common.yaml"
AUTOLOGIN=${AUTOLOGIN:-true}
[[ -f $profile_yaml ]] || return 1
PASSWORD=${PASSWORD:-'artix'}
LIVEUSER=$(yq -P '.live-session.user' "$profile_yaml")
if [[ -z "${SERVICES[*]}" ]];then
SERVICES=('acpid' 'bluetoothd' 'cronie' 'cupsd' 'syslog-ng' 'connmand')
fi
PASSWORD=$(yq -P '.live-session.password' "$profile_yaml")
AUTOLOGIN=$(yq -P '.live-session.autologin' "$profile_yaml")
USE_XLIBRE=$(yq -P '.live-session.use-xlibre' "$profile_yaml")
mapfile -t SERVICES < <(yq -P '.live-session.services[]' "$profile_yaml")
mapfile -t USER_SERVICES < <(yq -P '.live-session.user-services[]' "$profile_yaml")
HAS_LIVE=$(yq -P '. | has("livefs")' "$profile_yaml")
HAS_LIVE_INIT=$(yq -P '.livefs | has("packages-init")' "$profile_yaml")
return 0
}
read_from_list() {
local list="$1"
local _space="s| ||g"
#local _clean=':a;N;$!ba;s/\n/ /g'
local _clean='/^$/d'
local _com_rm="s|#.*||g"
local _init="s|@initsys@|${INITSYS}|g"
mapfile -t pkgs < <(sed "$_com_rm" "$list" \
| sed "$_space" \
| sed "$_init" \
| sed "$_clean" | sort -u)
}
load_pkgs(){
local pkglist="$1"
local list="$1"
local common_base
local common_apps
local common_misc
local common_xorg
local common_boot
local common_init
local packages_root
local packages_live
local packages_root_init
local packages_live_init
local common_key_init=".packages-init.${INITSYS}[]"
local root_key_init=".rootfs.packages-init.${INITSYS}[]"
local live_key_init=".livefs.packages-init.${INITSYS}[]"
packages=()
if [[ "${pkglist##*/}" == "Packages-Root" ]]; then
for l in base apps "${INITSYS}"; do
msg2 "Loading Packages: [%s] ..." "Packages-${l}"
read_from_list "${common_dir}/Packages-${l}"
packages+=("${pkgs[@]}")
case "$list" in
rootfs)
msg2 "Loading Packages: [%s] ..." "common.packages-base"
mapfile -t common_base < <(yq -P '.packages-base[]' "$common_yaml")
done
msg2 "Loading Packages: [%s] ..." "common.packages-init.${INITSYS}"
mapfile -t common_init < <(common_key_init="$common_key_init" yq -P 'eval(strenv(common_key_init))' "$common_yaml")
if [[ -n "${live_list}" ]]; then
msg2 "Loading Packages: [Packages-xorg] ..."
read_from_list "${common_dir}/Packages-xorg"
packages+=("${pkgs[@]}")
fi
msg2 "Loading Packages: [%s] ..." "common.packages-apps"
mapfile -t common_apps < <(yq -P '.packages-apps[]' "$common_yaml")
for svc in "${SERVICES[@]}"; do
case "$svc" in
sddm|gdm|lightdm|mdm|greetd|lxdm|xdm)
packages+=("$svc-${INITSYS}"); display_manager="$svc" ;;
NetworkManager) packages+=("networkmanager-${INITSYS}") ;;
connmand) packages+=("connman-${INITSYS}") ;;
cupsd) packages+=("cups-${INITSYS}") ;;
bluetoothd) packages+=("bluez-${INITSYS}") ;;
syslog-ng|metalog) packages+=("$svc-${INITSYS}") ;;
esac
done
if "${HAS_LIVE}"; then
if ${USE_XLIBRE}; then
msg2 "Loading Packages: [%s] ..." "common.packages-xlibre"
mapfile -t common_xorg < <(yq -P '.packages-xlibre[]' "$common_yaml")
else
msg2 "Loading Packages: [%s] ..." "common.packages-xorg"
mapfile -t common_xorg < <(yq -P '.packages-xorg[]' "$common_yaml")
fi
fi
msg2 "Loading Packages: [%s] ..." "${pkglist##*/}"
read_from_list "${pkglist}"
packages+=("${pkgs[@]}")
msg2 "Loading Packages: [%s] ..." "common.packages-misc"
mapfile -t common_misc < <(yq -P '.packages-misc[]' "$common_yaml")
fi
msg2 "Loading Packages: [%s] ..." "rootfs.packages"
mapfile -t packages_root < <(yq -P '.rootfs.packages[]' "$profile_yaml")
msg2 "Loading Packages: [%s] ..." "rootfs.packages-init.${INITSYS}"
mapfile -t packages_root_init < <(root_key_init="$root_key_init" yq -P 'eval(strenv(root_key_init))' "$profile_yaml")
packages+=(
"${common_base[@]}"
"${common_init[@]}"
"${common_apps[@]}"
"${packages_root[@]}"
"${packages_root_init[@]}"
"${common_xorg[@]}"
"${common_misc[@]}"
)
;;
livefs)
msg2 "Loading Packages: [%s] ..." "livefs.packages"
mapfile -t packages_live < <(yq -P '.livefs.packages[]' "$profile_yaml")
if "${HAS_LIVE_INIT}"; then
msg2 "Loading Packages: [%s] ..." "livefs.packages-init.${INITSYS}"
mapfile -t packages_live_init < <(live_key_init="$live_key_init" yq -P 'eval(strenv(live_key_init))' "$profile_yaml")
fi
packages+=(
"${packages_live[@]}"
"${packages_live_init[@]}"
)
;;
bootfs)
msg2 "Loading Packages: [%s] ..." "common.packages-boot"
mapfile -t common_boot < <(yq -P '.packages-boot[]' "$common_yaml")
packages+=(
"${common_boot[@]}"
)
;;
esac
}
#}}}

View File

@@ -5,35 +5,68 @@
#{{{ services
add_svc_openrc(){
local mnt="$1" names="$2" rlvl="${3:-default}"
for svc in $names; do
local mnt="$1" rlvl="${2:-default}"
for svc in "${SERVICES[@]}"; do
if [[ -f $mnt/etc/init.d/$svc ]];then
msg2 "Setting %s: [%s]" "${INITSYS}" "$svc"
chroot "$mnt" rc-update add "$svc" "$rlvl" &>/dev/null
else
warning "Service %s not found. Skipping." "$svc"
fi
done
}
add_user_svc_openrc(){
local mnt="$1" rlvl="${2:-default}"
for svc in "${USER_SERVICES[@]}"; do
if [[ -f "$mnt"/etc/user/init.d/"$svc" ]];then
msg2 "Setting user %s: [%s]" "${INITSYS}" "$svc"
local rc=".config/rc/runlevels/default"
chroot "$mnt" mkdir -p /home/"${LIVEUSER}/$rc"
chroot "$mnt" ln -s /etc/user/init.d/"$svc" /home/"${LIVEUSER}/$rc/$svc"
chroot "$mnt" chown -R "${LIVEUSER}:${LIVEUSER}" /home/"${LIVEUSER}"/.config/rc
else
warning "Service %s not found. Skipping." "$svc"
fi
done
}
add_svc_runit(){
local mnt="$1" names="$2" rlvl="${3:-default}"
for svc in $names; do
local mnt="$1" rlvl="${2:-default}"
for svc in "${SERVICES[@]}"; do
if [[ -d $mnt/etc/runit/sv/$svc ]]; then
msg2 "Setting %s: [%s]" "${INITSYS}" "$svc"
chroot "$mnt" ln -s /etc/runit/sv/"$svc" /etc/runit/runsvdir/"$rlvl" &>/dev/null
else
warning "Service %s not found. Skipping." "$svc"
fi
done
}
add_svc_s6(){
local mnt="$1" names="$2" rlvl="${3:-default}" dep
local mnt="$1" rlvl="${2:-default}" dep
local display_manager
local supported_dms=(sddm gdm lightdm mdm greetd lxdm xdm)
for dm in "${supported_dms[@]}"; do
if in_array "$dm" "${SERVICES[@]}"; then
display_manager="$dm"
fi
done
dep="$mnt"/etc/s6/sv/"$display_manager"-srv/dependencies.d
for svc in $names; do
for svc in "${SERVICES[@]}"; do
msg2 "Setting %s: [%s]" "${INITSYS}" "$svc"
chroot "$mnt" s6-service add "$rlvl" "$svc"
if [[ "$svc" == "$display_manager" ]]; then
if [[ -d "$dep" ]]; then
touch "$dep"/artix-live
if [[ -d "$mnt"/etc/s6/sv/"$svc" ]] || [[ -d "$mnt"/etc/s6/sv/"$svc"-srv ]]; then
chroot "$mnt" s6-service add "$rlvl" "$svc"
if [[ "$svc" == "$display_manager" ]]; then
if [[ -d "$dep" ]]; then
touch "$dep"/artix-live
fi
fi
else
warning "Service %s not found. Skipping." "$svc"
fi
done
@@ -47,22 +80,29 @@ add_svc_s6(){
chroot "$mnt" cp -a "$src"/bin /usr
}
add_svc_suite66(){
local mnt="$1" names="$2"
for svc in $names; do
if [[ -f "$mnt"/etc/66/service/"$svc" ]]; then
add_svc_dinit(){
local mnt="$1"
for svc in "${SERVICES[@]}"; do
if [[ -f "$mnt"/etc/dinit.d/"$svc" ]]; then
msg2 "Setting %s: [%s]" "${INITSYS}" "$svc"
chroot "$mnt" 66-enable -t default "$svc" &>/dev/null
chroot "$mnt" dinitctl enable -o "$svc" &>/dev/null
else
warning "Service %s not found. Skipping." "$svc"
fi
done
}
add_svc_dinit(){
local mnt="$1" names="$2"
for svc in $names; do
if [[ -d $mnt/etc/dinit.d/boot.d ]]; then
msg2 "Setting %s: [%s]" "${INITSYS}" "$svc"
chroot "$mnt" ln -s ../"$svc" /etc/dinit.d/boot.d/"$svc" &>/dev/null
add_user_svc_dinit(){
local mnt="$1"
for svc in "${USER_SERVICES[@]}"; do
if [[ -f "$mnt"/etc/dinit.d/user/"$svc" ]]; then
msg2 "Setting user %s: [%s]" "${INITSYS}" "$svc"
local usr_sv="/home/${LIVEUSER}/.config/dinit.d"
chroot "$mnt" mkdir -p "$usr_sv"/boot.d
chroot "$mnt" ln -s /etc/dinit.d/user/"$svc" "$usr_sv"/boot.d/"$svc"
chroot "$mnt" chown -R "${LIVEUSER}:${LIVEUSER}" "$usr_sv"
else
warning "Service %s not found. Skipping." "$svc"
fi
done
}

View File

@@ -79,8 +79,8 @@ artixpkg_admin_maintainer() {
pkgbases+=("$@")
# shellcheck source=src/lib/pkg/packager.sh
source "${LIBDIR}"/pkg/packager.sh
# shellcheck source=src/lib/pkg/util/packager.sh
source "${LIBDIR}"/pkg/util/packager.sh
if [[ -n ${PACKAGER} ]]; then
if ! packager_name=$(get_packager_name "${PACKAGER}") || \

View File

@@ -17,9 +17,9 @@ artixpkg_admin_team_usage() {
-c, --check Check if team is assigned
-l, --list List repo teams
-a, --add NAME Add team to repo
Possible values: $(yaml_array ${ARTIX_TEAMS[@]})
Possible values: (${ARTIX_TEAMS[@]})
-r, --remove NAME Remove team from repo
Possible values: $(yaml_array ${ARTIX_TEAMS[@]})
Possible values: (${ARTIX_TEAMS[@]})
-h, --help Show this help text
EXAMPLES

View File

@@ -23,6 +23,11 @@ readonly ARTIX_DB_MAP=(
stable
)
readonly AGENTS=(
orion
taurus
)
readonly ARTIX_TEAMS=(
"${ARTIX_DB[2]}"
"${ARTIX_DB[5]}"
@@ -30,27 +35,30 @@ readonly ARTIX_TEAMS=(
"${ARTIX_DB[11]}"
)
declare -A AGENT_MAP=(
["${ARTIX_TEAMS[0]}"]=${AGENTS[0]}
["${ARTIX_TEAMS[1]}"]=${AGENTS[0]}
["${ARTIX_TEAMS[2]}"]=${AGENTS[1]}
["${ARTIX_TEAMS[3]}"]=${AGENTS[1]}
)
readonly REPO_DB='.artixlinux/pkgbase.yaml'
readonly REPO_CI='.artixlinux/Jenkinsfile'
yaml_array() {
local array
readonly SRCINFO='.artixlinux/srcinfo.yaml'
for entry in "$@"; do
array="${array:-}${array:+,} ${entry}"
done
printf "%s\n" "[${array}]"
}
print_package_names() {
local version
local array
local architecture pkg
version=$(get_full_version)
for pkg in "${pkgname[@]}"; do
architecture=$(get_pkg_arch "${pkg}")
printf "%s-%s-%s%s\n" "$pkg" "$version" "$architecture" "$PKGEXT"
array="${array:-}${array:+,} $pkg-$version-$architecture$PKGEXT"
done
printf "%s\n" "[${array}]"
}
print_debug_package_names() {
@@ -59,7 +67,9 @@ print_debug_package_names() {
version=$(get_full_version)
if check_option "debug" "y" && check_option "strip" "y"; then
architecture=$(get_pkg_arch)
printf "%s-%s-%s-%s%s\n" "$pkgbase" "debug" "$version" "$architecture" "$PKGEXT"
printf "[%s-%s-%s-%s%s]\n" "$pkgbase" "debug" "$version" "$architecture" "$PKGEXT"
else
printf "%s\n" "[]"
fi
}
@@ -71,17 +81,6 @@ version_from_yaml() {
printf "%s\n" "${version}"
}
packages_from_yaml() {
local dest="$1"
local repo pkgs packages
repo=".repos.${dest}"
mapfile -t packages < <(repo="${repo}" yq -r 'eval(strenv(repo)).packages[]' "${REPO_DB}")
for p in "${packages[@]}"; do
pkgs="${pkgs:-}${pkgs:+,} ${p}"
done
printf "%s\n" "[${pkgs}]"
}
to_bool() {
local int="$1"
case "${int}" in
@@ -113,17 +112,9 @@ create_repo_db() {
yq -n '"---"' > "${REPO_DB}"
yq -P '.team = null' -i "${REPO_DB}"
yq -P 'with(
.pkgbase;
.name = null |
.version = null |
.arch = [] |
.pkgname = [] )' \
-i "${REPO_DB}"
yq -P 'with(
yq -P '
.team = null |
with(
.actions;
.addRepo = null |
.removeRepo = null |
@@ -131,39 +122,20 @@ create_repo_db() {
.triggersRebuild = false |
.triggersRepoAdd = false |
.triggersRepoRemove = false |
.triggersNoCheck = false )' \
-i "${REPO_DB}"
yq -P '.repos = {}' -i "${REPO_DB}"
.triggersNoCheck = false ) |
.repos = {}
' -i "${REPO_DB}"
for r in "${ARTIX_DB[@]}"; do
local repo
repo=".repos.${r}" \
yq -P 'with(
eval(strenv(repo));
.version = null |
.packages = [] )' \
-i "${REPO_DB}"
done
}
has_repos_map_key() {
local _r="$1"
local r
if ! $(r="$_r" yq -r '.repos | has(strenv(r))' "${REPO_DB}"); then
return 1
fi
return 0
}
delete_obsolete_map_keys() {
local _r
for r in asteroids{-goblins,-gremlins,}; do
if $(_r="$r" yq -r '.repos | has(strenv(_r))' "${REPO_DB}"); then
local repo
repo=".repos.${r}" \
yq 'del(eval(strenv(repo)))' -i "${REPO_DB}"
fi
yq -P '
with(
eval(strenv(repo));
.version = null |
.packages = [] |
.debug = [] )
' -i "${REPO_DB}"
done
}
@@ -172,27 +144,6 @@ update_yaml_team() {
team="$team" yq -P '.team = env(team)' -i "${REPO_DB}"
}
update_yaml_base() {
local version
local name
local pkgnames
local arches
pkgbase="${pkgbase:-${pkgname}}"
version="$(get_full_version)"
pkgnames=$(yaml_array "${pkgname[@]}")
arches=$(yaml_array "${arch[@]}")
name="${pkgbase}" version="${version}" pkgnames="${pkgnames}" arches="${arches}" \
yq -P 'with(
.pkgbase;
.name = env(name) |
.version = env(version) |
.arch = env(arches) |
.pkgname = env(pkgnames) )' \
-i "${REPO_DB}"
}
update_yaml_add() {
local rebuild="$1"
local add="$2"
@@ -213,36 +164,41 @@ update_yaml_add() {
local pkgs
local version
local pkgfiles
local debug_pkgfiles
mapfile -t pkgfiles < <(print_package_names)
pkgs=$(print_package_names)
pkgs=$(yaml_array "${pkgfiles[@]}")
debug_pkgs=$(print_debug_package_names)
version=$(get_full_version)
repo=".repos.${dest}"
version="${version}" pkgs="${pkgs}" repo="${repo}" \
yq -P 'with(
eval(strenv(repo));
.version = env(version) |
.packages = env(pkgs) )' \
-i "${REPO_DB}"
version="${version}" repo="${repo}" \
pkgs="${pkgs}" debug_pkgs="${debug_pkgs}" \
yq -P '
with(
eval(strenv(repo));
.version = env(version) |
.packages = env(pkgs) |
.debug = env(debug_pkgs) )
' -i "${REPO_DB}"
fi
nocheck=$(to_bool "${nocheck}")
nocheck="${nocheck}" add="${add}" \
rebuild="${rebuild}" build="${build}" dest="${dest}" \
yq -P 'with(
.actions;
.addRepo = env(dest) |
.removeRepo = null |
.triggersBuild = env(build) |
.triggersRebuild = env(rebuild) |
.triggersRepoAdd = env(add) |
.triggersRepoRemove = false |
.triggersNoCheck = env(nocheck) )' \
-i "${REPO_DB}"
yq -P '
with(
.actions;
.addRepo = env(dest) |
.removeRepo = null |
.triggersBuild = env(build) |
.triggersRebuild = env(rebuild) |
.triggersRepoAdd = env(add) |
.triggersRepoRemove = false |
.triggersNoCheck = env(nocheck) )
' -i "${REPO_DB}"
}
update_yaml_remove() {
@@ -251,30 +207,30 @@ update_yaml_remove() {
local repo
repo=".repos.${dest}"
repo="${repo}" \
yq -P 'with(
eval(strenv(repo));
.version = null |
.packages = [] )' \
-i "${REPO_DB}"
dest="${dest}" \
yq -P 'with(
.actions;
.addRepo = null |
.removeRepo = env(dest) |
.triggersBuild = false |
.triggersRebuild = false |
.triggersRepoAdd = false |
.triggersRepoRemove = true |
.triggersNoCheck = false )' \
-i "${REPO_DB}"
repo="${repo}" dest="${dest}" \
yq -P '
with(
eval(strenv(repo));
.version = null |
.packages = [] |
.debug = [] ) |
with(
.actions;
.addRepo = null |
.removeRepo = env(dest) |
.triggersBuild = false |
.triggersRebuild = false |
.triggersRepoAdd = false |
.triggersRepoRemove = true |
.triggersNoCheck = false )
' -i "${REPO_DB}"
}
update_yaml_move() {
local src="$1"
local dest="$2"
local pkgs
local debug_pkgs
local version
local src_repo
local dest_repo
@@ -283,41 +239,34 @@ update_yaml_move() {
dest_repo=".repos.${dest}"
version=$(version_from_yaml "${src}")
pkgs=$(packages_from_yaml "${src}")
src_repo="${src_repo}" \
yq -P 'with(
eval(strenv(src_repo));
.version = null |
.packages = [] )' \
-i "${REPO_DB}"
pkgs=$(src_repo="${src_repo}" yq -Pr -o json 'eval(strenv(src_repo)).packages' "${REPO_DB}")
debug_pkgs=$(src_repo="${src_repo}" yq -Pr -o json 'eval(strenv(src_repo)).debug' "${REPO_DB}")
version="${version}" pkgs="${pkgs}" dest_repo="${dest_repo}" \
yq -P 'with(
eval(strenv(dest_repo));
.version = env(version) |
.packages = env(pkgs) )' \
-i "${REPO_DB}"
src=${src} dest="${dest}" \
yq -P 'with(
.actions;
.addRepo = env(dest) |
.removeRepo = env(src) |
.triggersBuild = false |
.triggersRebuild = false |
.triggersRepoAdd = true |
.triggersRepoRemove = true |
.triggersNoCheck = false )' \
-i "${REPO_DB}"
}
show_agent() {
local agent="${AGENTS[0]}"
if grep @${AGENTS[1]} "${REPO_CI}" &>/dev/null; then
agent="${AGENTS[1]}"
fi
msg2 "agent: %s" "$agent"
src_repo="${src_repo}" dest_repo="${dest_repo}" \
version="${version}" src=${src} dest="${dest}" \
pkgs="${pkgs}" debug_pkgs="${debug_pkgs}" \
yq -P '
with(
eval(strenv(src_repo));
.version = null |
.packages = [] |
.debug = [] ) |
with(
eval(strenv(dest_repo));
.version = env(version) |
.packages = env(pkgs) |
.debug = env(debug_pkgs) ) |
with(
.actions;
.addRepo = env(dest) |
.removeRepo = env(src) |
.triggersBuild = false |
.triggersRebuild = false |
.triggersRepoAdd = true |
.triggersRepoRemove = true |
.triggersNoCheck = false )
' -i "${REPO_DB}"
}
team_from_yaml() {
@@ -326,11 +275,12 @@ team_from_yaml() {
printf "$team"
}
auto_detect() {
detect_team() {
local team
for repo in "${ARTIX_TEAMS[@]}"; do
local _r res
res=$(_r=".$repo" yq -rP '.repos | eval(strenv(_r)) | .version' "${REPO_DB}")
local key res
res=$(key=".repos.$repo" yq -rP 'eval(strenv(key)) | .version' "${REPO_DB}")
if [[ "${res}" != "null" ]]; then
team=${repo}
fi
@@ -338,41 +288,34 @@ auto_detect() {
printf "%s\n" "$team"
}
show_agent() {
local agent
local ci
local branch
agent="${AGENTS[0]}"
ci=$(head -n 1 "${REPO_CI}" | cut -d "'" -f2)
branch=${ci#*@}
if [[ -n "$branch" ]]; then
agent="$branch"
fi
msg2 "agent: %s" "$agent"
}
show_db() {
show_agent
if ! yq -r "${REPO_DB}" 1>/dev/null 2>/dev/null; then
die "${REPO_DB} invalid!"
fi
yq -rP 'with_entries(select(.key == "team" or .key == "pkgbase"))' "${REPO_DB}"
yq -rP '. | .repos | with_entries(select(.value.version))' "${REPO_DB}"
yq -rP 'with_entries(select(.key == "team"))' "${REPO_DB}"
yq -rP '.repos | with_entries(select(.value.version))' "${REPO_DB}"
return 0
}
show_srcinfo_base() {
pkg2yaml . | yq '.pkgbase'
}
show_srcinfo_pkgs() {
pkg2yaml . | yq '.pkgnames'
}
write_jenkinsfile() {
printf "@Library('artix-ci@%s') import org.artixlinux.RepoPackage\n" "${1}" > "${REPO_CI}"
local branch="$1"
{
printf "@Library('artix-ci@%s') import org.artixlinux.RepoPackage\n" "${branch}"
printf '\n'
printf 'PackagePipeline(new RepoPackage(this))\n'
} >> "${REPO_CI}"
}
migrate_agent_branch() {
local branch=${AGENTS[0]}
for a in "${AGENTS[@]}"; do
if grep @"$a" "${REPO_CI}" &>/dev/null; then
branch="$a"
fi
done
if grep @galaxy "${REPO_CI}" &>/dev/null; then
branch=${AGENTS[1]}
fi
write_jenkinsfile "${branch}"
} > "${REPO_CI}"
}

20
src/lib/pkg/db/upgrade.sh Normal file
View File

@@ -0,0 +1,20 @@
#!/hint/bash
#
# SPDX-License-Identifier: GPL-3.0-or-later
upgrade_db() {
local d
for db in "${ARTIX_DB[@]}"; do
local res
res=$(d=".repos.$db" yq 'eval(strenv(d)) | has("debug")' "${REPO_DB}")
if ! "${res}"; then
d=".repos.$db" \
yq 'eval(strenv(d)).debug = []' -i "${REPO_DB}"
fi
done
if $(yq '. | has("pkgbase") ' "${REPO_DB}"); then
yq 'del(.pkgbase)' -i "${REPO_DB}"
fi
}

View File

@@ -18,7 +18,6 @@ artixpkg_git_usage() {
create Create a new Gitea package repository
pull Pull a package repository
push Push a package repository
ci Configure CI agent
OPTIONS
-h, --help Show this help text
@@ -29,7 +28,6 @@ artixpkg_git_usage() {
$ ${COMMAND} clone --search mytopic
$ ${COMMAND} config libfoo
$ ${COMMAND} create -c libfoo
$ ${COMMAND} ci -a ${AGENTS[1]} libfoo
_EOF_
}
@@ -62,14 +60,6 @@ artixpkg_git() {
artixpkg_git_config "$@"
exit 0
;;
ci)
_ARTOOLS_COMMAND+=" $1"
shift
# shellcheck source=src/lib/pkg/git/ci.sh
source "${LIBDIR}"/pkg/git/ci.sh
artixpkg_git_ci "$@"
exit 0
;;
create)
_ARTOOLS_COMMAND+=" $1"
shift

View File

@@ -1,132 +0,0 @@
#!/bin/bash
#
# SPDX-License-Identifier: GPL-3.0-or-later
[[ -z ${ARTOOLS_INCLUDE_GIT_CI_SH:-} ]] || return 0
ARTOOLS_INCLUDE_GIT_CI_SH=1
# shellcheck source=src/lib/pkg/db/db.sh
source "${LIBDIR}"/pkg/db/db.sh
set -e
artixpkg_git_ci_usage() {
local -r COMMAND=${_ARTOOLS_COMMAND:-${BASH_SOURCE[0]##*/}}
cat <<- _EOF_
Usage: ${COMMAND} [OPTIONS] [PKGBASE]...
OPTIONS
-a, --agent NAME Set the CI agent (default: ${AGENTS[0]})
Possible values: $(yaml_array ${AGENTS[@]})
-h, --help Show this help text
EXAMPLES
$ ${COMMAND} --agent ${AGENTS[1]} libfoo
_EOF_
}
artixpkg_git_ci() {
# options
local paths=()
local AGENT=${AGENTS[0]}
local SWITCH=0
local CREATED=0
# variables
local path realpath pkgbase
while (( $# )); do
case $1 in
-h|--help)
artixpkg_git_ci_usage
exit 0
;;
-a|--agent)
(( $# <= 1 )) && die "missing argument for %s" "$1"
AGENT="$2"
SWITCH=1
shift 2
;;
--)
shift
break
;;
-*)
die "invalid argument: %s" "$1"
;;
*)
paths=("$@")
break
;;
esac
done
# check if invoked without any path from within a packaging repo
if (( ${#paths[@]} == 0 )); then
if [[ -f PKGBUILD ]]; then
paths=(".")
else
artixpkg_git_ci_usage
exit 1
fi
fi
for path in "${paths[@]}"; do
if ! realpath=$(realpath -e "${path}"); then
error "No such directory: ${path}"
continue
fi
pkgbase=$(basename "${realpath}")
pkgbase=${pkgbase%.git}
if [[ ! -d "${path}/.git" ]]; then
error "Not a Git repository: ${path}"
continue
fi
( cd "${path}" || return
if [[ ! -f ${REPO_CI} ]]; then
[[ -d .artixlinux ]] || mkdir .artixlinux
msg "Adding ci support ..."
write_jenkinsfile "${AGENT}"
git add "${REPO_CI}"
git commit -m "add ci support"
CREATED=1
fi
if [[ ! -f ${REPO_DB} ]]; then
msg "Creating repo db ..."
create_repo_db
if [[ -f PKGBUILD ]]; then
# shellcheck source=contrib/makepkg/PKGBUILD.proto
source PKGBUILD
update_yaml_base
fi
git add "${REPO_DB}"
git commit -m "create repo db"
fi
if (( SWITCH )); then
msg "Switching to agent (${AGENT}) ..."
write_jenkinsfile "${AGENT}"
if (( ! CREATED )); then
git add "${REPO_CI}"
git commit -m "switch agent"
fi
fi
)
done
}

View File

@@ -7,8 +7,6 @@ ARTOOLS_INCLUDE_GIT_CLONE_SH=1
# shellcheck source=src/lib/pkg/git/config.sh
source "${LIBDIR}"/pkg/git/config.sh
# shellcheck source=src/lib/pkg/git/ci.sh
source "${LIBDIR}"/pkg/git/ci.sh
# shellcheck source=src/lib/pkg/admin/team.sh
source "${LIBDIR}"/pkg/admin/team.sh
@@ -23,10 +21,8 @@ artixpkg_git_clone_usage() {
OPTIONS
-m, --maintainer NAME Clone all packages of the named maintainer
-s, --search TOPIC Clone all packages of the named topic
-a, --agent NAME Set the CI agent (default: ${AGENTS[0]})
Possible values: $(yaml_array ${AGENTS[@]})
-t, --team NAME Assign team name (default: ${ARTIX_TEAMS[1]})
Possible values: $(yaml_array ${ARTIX_TEAMS[@]})
Possible values: (${ARTIX_TEAMS[@]})
-j, --jobs N Run up to N jobs in parallel (default: $(nproc))
--protocol https Clone the repository over https
--all Clone all existing packages, useful for cache warming
@@ -37,7 +33,6 @@ artixpkg_git_clone_usage() {
$ ${COMMAND} --maintainer tux
$ ${COMMAND} --search mytopic
$ ${COMMAND} -j 8 --search mytopic
$ ${COMMAND} --agent ${AGENTS[1]} libfoo
_EOF_
}
@@ -55,7 +50,6 @@ artixpkg_git_clone() {
local MAINTAINER=
local TOPIC=
local CONFIG_OPTS=()
local AGENT_OPTS=()
local TEAM_OPTS=()
local jobs=
jobs=$(nproc)
@@ -98,11 +92,6 @@ artixpkg_git_clone() {
TEAM_OPTS=("--add" "$2")
shift 2
;;
-a|--agent)
(( $# <= 1 )) && die "missing argument for %s" "$1"
AGENT_OPTS=("$1" "$2")
shift 2
;;
--all)
CLONE_ALL=1
shift
@@ -169,7 +158,7 @@ artixpkg_git_clone() {
fi
artixpkg_git_config "${CONFIG_OPTS[@]}" "${pkgbase}"
artixpkg_git_ci "${AGENT_OPTS[@]}" "${pkgbase}"
artixpkg_admin_team "${TEAM_OPTS[@]}" "${pkgbase}"
done
}

View File

@@ -5,6 +5,9 @@
[[ -z ${ARTOOLS_INCLUDE_GIT_CONFIG_SH:-} ]] || return 0
ARTOOLS_INCLUDE_GIT_CONFIG_SH=1
# shellcheck source=src/lib/pkg/db/db.sh
source "${LIBDIR}"/pkg/db/db.sh
set -e
@@ -89,8 +92,8 @@ artixpkg_git_config() {
# Load makepkg.conf variables to be available for packager identity
msg "Collecting packager identity from makepkg.conf"
# shellcheck source=src/lib/pkg/packager.sh
source "${LIBDIR}"/pkg/packager.sh
# shellcheck source=src/lib/pkg/util/packager.sh
source "${LIBDIR}"/pkg/util/packager.sh
if [[ -n ${PACKAGER} ]]; then
if ! packager_name=$(get_packager_name "${PACKAGER}") || \
@@ -166,6 +169,33 @@ artixpkg_git_config() {
git config user.signingKey "${GPGKEY}"
fi
if [[ ! -f ${REPO_CI} ]]; then
[[ -d .artixlinux ]] || mkdir .artixlinux
msg "Adding ci support ..."
local agent
agent="${AGENT_MAP["${TEAM_OPTS[1]}"]}"
write_jenkinsfile "$agent"
git add "${REPO_CI}"
git commit -m "add ci support"
fi
if [[ ! -f ${REPO_DB} ]]; then
msg "Creating repo db ..."
create_repo_db
if [[ -f PKGBUILD ]]; then
pkg2yaml -o "${SRCINFO}"
fi
git add "${REPO_DB}"
git commit -m "create repo db"
fi
)
done
}

View File

@@ -9,8 +9,6 @@ ARTOOLS_INCLUDE_GIT_CREATE_SH=1
source "${LIBDIR}"/pkg/git/clone.sh
# shellcheck source=src/lib/pkg/git/config.sh
source "${LIBDIR}"/pkg/git/config.sh
# shellcheck source=src/lib/pkg/git/ci.sh
source "${LIBDIR}"/pkg/git/ci.sh
# shellcheck source=src/lib/pkg/admin/team.sh
source "${LIBDIR}"/pkg/admin/team.sh
@@ -24,10 +22,8 @@ artixpkg_git_create_usage() {
OPTIONS
-c, --clone Clone the Git repository after creation
-a, --agent NAME Set the CI agent (default: ${AGENTS[0]})
Possible values: $(yaml_array ${AGENTS[@]})
-t, --team NAME Assign team name (default: ${ARTIX_TEAMS[1]})
Possible values: $(yaml_array ${ARTIX_TEAMS[@]})
Possible values: (${ARTIX_TEAMS[@]})
-h, --help Show this help text
EXAMPLES
@@ -42,7 +38,6 @@ artixpkg_git_create() {
local CLONE=0
local CONFIG=0
local AGENT_OPTS=("--agent" "${AGENTS[0]}")
local TEAM_OPTS=("--team" "${ARTIX_TEAMS[1]}")
# variables
@@ -54,11 +49,6 @@ artixpkg_git_create() {
artixpkg_git_create_usage
exit 0
;;
-a|--agent)
(( $# <= 1 )) && die "missing argument for %s" "$1"
AGENT_OPTS=("$1" "$2")
shift 2
;;
-c|--clone)
CLONE=1
shift
@@ -113,10 +103,9 @@ artixpkg_git_create() {
fi
if (( CLONE )); then
artixpkg_git_clone "${AGENT_OPTS[@]}" "${TEAM_OPTS[@]}" "${pkgbase}"
artixpkg_git_clone "${TEAM_OPTS[@]}" "${pkgbase}"
elif (( CONFIG )); then
artixpkg_git_config "${pkgbase}"
artixpkg_git_ci "${AGENT_OPTS[@]}" "${pkgbase}"
artixpkg_admin_team "${TEAM_OPTS[@]}" "${pkgbase}"
fi

View File

@@ -7,6 +7,9 @@ ARTOOLS_INCLUDE_GIT_PULL_SH=1
set -e
# shellcheck source=src/lib/pkg/db/db.sh
source "${LIBDIR}"/pkg/db/db.sh
artixpkg_git_pull_usage() {
local -r COMMAND=${_ARTOOLS_COMMAND:-${BASH_SOURCE[0]##*/}}
@@ -123,6 +126,11 @@ artixpkg_git_pull() {
die 'failed to pull %s' "${pkgbase}"
fi
msg "Querying ${pkgbase} ..."
if ! show_db; then
warning "Could not query ${REPO_DB}"
fi
)
else
warning "Skip pulling ${pkgbase}: Directory does not exist"

View File

@@ -8,12 +8,15 @@ ARTOOLS_INCLUDE_REPO_SH=1
# shellcheck source=src/lib/pkg/db/db.sh
source "${LIBDIR}"/pkg/db/db.sh
# shellcheck source=src/lib/pkg/db/upgrade.sh
source "${LIBDIR}"/pkg/db/upgrade.sh
set -e
load_makepkg_config
has_remote_changes() {
no_remote_changes() {
local status
msg "Checking for remote changes ..."
git fetch origin &>/dev/null
@@ -21,10 +24,10 @@ has_remote_changes() {
if [[ "$status" == *behind* ]]; then
msg2 "changes: yes"
error "Remote changes detected! Please pull (%s)" "${pkgbase}"
return 0
return 1
fi
msg2 "changes: no"
return 1
return 0
}
artixpkg_repo_usage() {

View File

@@ -41,6 +41,9 @@ artixpkg_repo_add_usage() {
-p, --push Push pkgbase
-r, --rebuild Triggers a rebuild
-n, --nocheck Disable the check function
-a, --agent NAME Set the CI agent
[default: auto]
possible values: ${AGENTS[@]}
-h, --help Show this help text
EXAMPLES
@@ -66,6 +69,7 @@ artixpkg_repo_add() {
local NOCHECK=0
local ADD=1
local AUTO=0
local AGENT
while (( $# )); do
case $1 in
@@ -85,6 +89,11 @@ artixpkg_repo_add() {
NOCHECK=1
shift
;;
-a|--agent)
(( $# <= 1 )) && die "missing argument for %s" "$1"
AGENT="$2"
shift 2
;;
-*)
die "invalid argument: %s" "$1"
;;
@@ -116,7 +125,7 @@ artixpkg_repo_add() {
fi
( cd "${pkgbase}" || return
if ! has_remote_changes; then
if no_remote_changes; then
if [[ ! -f PKGBUILD ]]; then
die "No PKGBUILD found in (%s)" "${pkgbase}"
@@ -129,27 +138,33 @@ artixpkg_repo_add() {
manage-pkgbuild-keys --export
update_yaml_base
pkg2yaml -o "${SRCINFO}"
local auto
auto=$(auto_detect)
local team
team=$(detect_team)
if [[ -z "${auto}" ]]; then
auto=$(team_from_yaml)
if [[ -z "${team}" ]]; then
team=$(team_from_yaml)
fi
if (( AUTO )); then
if [[ "${DEST}" == "${ARTIX_DB_MAP[2]}" ]]; then
DEST="${auto}"
DEST="${team}"
else
DEST="${auto}-${DEST}"
DEST="${team}-${DEST}"
fi
fi
upgrade_db
update_yaml_add "${REBUILD}" "${ADD}" "${NOCHECK}" "${DEST}"
update_yaml_team "${auto}"
update_yaml_team "${team}"
if [[ -z ${AGENT} ]]; then
AGENT=${AGENT_MAP["${team}"]}
fi
write_jenkinsfile "${AGENT}"
local commit_msg
commit_msg=$(get_commit_msg 'add' "${DEST}")
@@ -158,10 +173,6 @@ artixpkg_repo_add() {
rm .SRCINFO
fi
delete_obsolete_map_keys
migrate_agent_branch
if [[ -n $(git status --porcelain --untracked-files=no) ]]; then
stat_busy 'Staging files'

View File

@@ -61,8 +61,6 @@ patch_pkgbase(){
fi
done
fi
git --no-pager diff PKGBUILD
}
artixpkg_repo_import_usage() {
@@ -142,7 +140,9 @@ artixpkg_repo_import() {
esac
done
update_patches
if ! (( NP )); then
update_patches
fi
pkgbases+=("$@")
@@ -159,42 +159,45 @@ artixpkg_repo_import() {
upstream="${arch_map["$pkgbase"]:-$pkgbase}"
stat_busy "Checking for upstream url"
if ! git config --local --get remote.upstream.url &>/dev/null; then
if ! git config get remote.upstream.url &>/dev/null; then
git remote add upstream "${GIT_UPSTREAM_URL}/${upstream}".git
fi
stat_done
msg2 "Fetching upstream tags"
git fetch --tags upstream main
stat_busy "Fetching upstream tags"
git fetch -fq --prune --tags upstream main
stat_done
local latest version
latest=$(git describe --tags FETCH_HEAD)
version="${latest}"
if [[ -n "${TAG}" ]]; then
version="${TAG}"
fi
if ! has_remote_changes; then
if no_remote_changes; then
msg "Querying ${pkgbase} ..."
if ! show_db; then
warning "Could not query ${REPO_DB}"
fi
git checkout "${version}" -b "${version}" &>/dev/null
git checkout -q "${version}" -b "${version}"
local temp
temp=$(mktemp -d --tmpdir "${pkgbase}.XXXXXXXXXX")
rsync "${rsync_args[@]}" "$(pwd)"/ "${temp}"/ &>/dev/null
git checkout master &>/dev/null
git branch -D "${version}" &>/dev/null
rsync "${rsync_args[@]}" -q "$(pwd)"/ "${temp}"/
git checkout -q master
git branch -q -D "${version}"
msg "Importing upstream changeset for ${version}"
rsync "${rsync_args[@]}" "${temp}"/ "$(pwd)"/ #&>/dev/null
rsync "${rsync_args[@]}" "${temp}"/ "$(pwd)"/
if ! (( NP )); then
msg2 "Patching ${pkgbase} ..."
patch_pkgbase "${pkgbase}"
fi
git --no-pager diff PKGBUILD
fi
)
fi

View File

@@ -15,6 +15,9 @@ artixpkg_repo_move_usage() {
OPTIONS
-p, --push Push pkgbase
-a, --agent NAME Set the CI agent
[default: auto]
possible values: ${AGENTS[@]}
-h, --help Show this help text
EXAMPLES
@@ -39,6 +42,7 @@ artixpkg_repo_move() {
local DEST
local SRC
local AGENT
while (( $# )); do
case $1 in
@@ -50,6 +54,11 @@ artixpkg_repo_move() {
PUSH=1
shift
;;
-a|--agent)
(( $# <= 1 )) && die "missing argument for %s" "$1"
AGENT="$2"
shift 2
;;
-*)
die "invalid argument: %s" "$1"
;;
@@ -86,30 +95,30 @@ artixpkg_repo_move() {
fi
( cd "${pkgbase}" || return
if ! has_remote_changes; then
if no_remote_changes; then
if [[ ! -f PKGBUILD ]]; then
die "No PKGBUILD found in (%s)" "${pkgbase}"
fi
local auto
auto=$(auto_detect)
local team
team=$(detect_team)
if [[ -z "${auto}" ]]; then
auto=$(team_from_yaml)
if [[ -z "${team}" ]]; then
team=$(team_from_yaml)
fi
if (( AUTO )); then
if [[ "${SRC}" == "${ARTIX_DB_MAP[2]}" ]]; then
SRC="${auto}"
SRC="${team}"
else
SRC="${auto}-${SRC}"
SRC="${team}-${SRC}"
fi
if [[ "${DEST}" == "${ARTIX_DB_MAP[2]}" ]]; then
DEST="${auto}"
DEST="${team}"
else
DEST="${auto}-${DEST}"
DEST="${team}-${DEST}"
fi
fi
@@ -120,19 +129,29 @@ artixpkg_repo_move() {
if [[ "$src_version" != "null" ]]; then
if ! [[ -f "${SRCINFO}" ]]; then
pkg2yaml -o "${SRCINFO}"
fi
upgrade_db
update_yaml_move "${SRC}" "${DEST}"
team=$(detect_team)
if [[ -z "$team" ]]; then
team=$(team_from_yaml)
fi
update_yaml_team "${team}"
if [[ -z ${AGENT} ]]; then
AGENT=${AGENT_MAP["${team}"]}
fi
write_jenkinsfile "${AGENT}"
if [[ -f .SRCINFO ]]; then
rm .SRCINFO
fi
delete_obsolete_map_keys
migrate_agent_branch
update_yaml_team "$(auto_detect)"
if [[ -n $(git status --porcelain --untracked-files=no) ]]; then
stat_busy 'Staging files'
@@ -140,6 +159,14 @@ artixpkg_repo_move() {
if [[ "$f" == "${REPO_DB}" ]]; then
git add "$f"
fi
if [[ "$f" == "${REPO_CI}" ]]; then
git add "$f"
fi
done
for f in $(git ls-files --others); do
if [[ "$f" == "${SRCINFO}" ]]; then
git add "$f"
fi
done
stat_done
@@ -166,18 +193,18 @@ artixpkg_repo_move() {
# team change on cross repo move system <-> world
if [[ "${SRC}" == ${ARTIX_DB[2]}* ]] \
&& [[ "${DEST}" == ${ARTIX_DB[5]}* ]]; then
if ! add_team_to_repo "${pkgbase}" "${ARTIX_DB[5]}"; then
if ! add_team_to_repo "${gitname}" "${ARTIX_DB[5]}"; then
warning "failed to add team: ${ARTIX_DB[5]}"
fi
if ! remove_team_from_repo "${pkgbase}" "${ARTIX_DB[2]}"; then
if ! remove_team_from_repo "${gitname}" "${ARTIX_DB[2]}"; then
warning "failed to remove team: ${ARTIX_DB[2]}"
fi
elif [[ "${SRC}" == ${ARTIX_DB[5]}* ]] \
&& [[ "${DEST}" == ${ARTIX_DB[2]}* ]]; then
if ! add_team_to_repo "${pkgbase}" "${ARTIX_DB[2]}"; then
if ! add_team_to_repo "${gitname}" "${ARTIX_DB[2]}"; then
warning "failed to add team: ${ARTIX_DB[2]}"
fi
if ! remove_team_from_repo "${pkgbase}" "${ARTIX_DB[5]}"; then
if ! remove_team_from_repo "${gitname}" "${ARTIX_DB[5]}"; then
warning "failed to remove team: ${ARTIX_DB[5]}"
fi
fi

View File

@@ -15,6 +15,9 @@ artixpkg_repo_remove_usage() {
OPTIONS
-p, --push Push pkgbase
-a, --agent NAME Set the CI agent
[default: auto]
possible values: ${AGENTS[@]}
-h, --help Show this help text
EXAMPLES
@@ -37,6 +40,7 @@ artixpkg_repo_remove() {
local PUSH=0
local AUTO=0
local DEST=''
local AGENT
while (( $# )); do
case $1 in
@@ -48,6 +52,11 @@ artixpkg_repo_remove() {
PUSH=1
shift
;;
-a|--agent)
(( $# <= 1 )) && die "missing argument for %s" "$1"
AGENT="$2"
shift 2
;;
-*)
die "invalid argument: %s" "$1"
;;
@@ -79,35 +88,42 @@ artixpkg_repo_remove() {
fi
( cd "${pkgbase}" || return
if ! has_remote_changes; then
if no_remote_changes; then
if [[ ! -f PKGBUILD ]]; then
die "No PKGBUILD found in (%s)" "${pkgbase}"
fi
local auto
auto=$(auto_detect)
local team
team=$(detect_team)
if [[ -z "${auto}" ]]; then
auto=$(team_from_yaml)
if [[ -z "${team}" ]]; then
team=$(team_from_yaml)
fi
if (( AUTO )); then
if [[ "${DEST}" == "${ARTIX_DB_MAP[2]}" ]]; then
DEST="${auto}"
DEST="${team}"
else
DEST="${auto}-${DEST}"
DEST="${team}-${DEST}"
fi
fi
local commit_msg
commit_msg=$(get_commit_msg 'remove' "${DEST}")
if ! [[ -f "${SRCINFO}" ]]; then
pkg2yaml -o "${SRCINFO}"
fi
upgrade_db
update_yaml_remove "${DEST}"
delete_obsolete_map_keys
migrate_agent_branch
if [[ -z ${AGENT} ]]; then
AGENT=${AGENT_MAP["${team}"]}
fi
write_jenkinsfile "${AGENT}"
if [[ -n $(git status --porcelain --untracked-files=no) ]]; then
@@ -116,6 +132,14 @@ artixpkg_repo_remove() {
if [[ "$f" == "${REPO_DB}" ]]; then
git add "$f"
fi
if [[ "$f" == "${REPO_CI}" ]]; then
git add "$f"
fi
done
for f in $(git ls-files --others); do
if [[ "$f" == "${SRCINFO}" ]]; then
git add "$f"
fi
done
stat_done

View File

@@ -72,7 +72,7 @@ artixpkg_repo_show() {
fi
( cd "${pkgbase}" || return
if ! has_remote_changes; then
if no_remote_changes; then
if [[ ! -f PKGBUILD ]]; then
die "No PKGBUILD found in (%s)" "${pkgbase}"
fi
@@ -83,13 +83,17 @@ artixpkg_repo_show() {
fi
if (( SRC_BASE )); then
msg "Showing srcinfo base ..."
show_srcinfo_base
if [[ -f "${SRCINFO}" ]]; then
msg "Showing srcinfo pkgbase ..."
yq '.pkgbase' "${SRCINFO}"
fi
fi
if (( SRC_PKGS )); then
msg "Showing srcinfo pkgs ..."
show_srcinfo_pkgs
if [[ -f "${SRCINFO}" ]]; then
msg "Showing srcinfo pkgname ..."
yq '.pkgname' "${SRCINFO}"
fi
fi
fi

View File

@@ -1,37 +0,0 @@
#!/hint/bash
#
# SPDX-License-Identifier: GPL-3.0-or-later
#{{{ table
msg_table_header(){
local mesg=$1; shift
# shellcheck disable=2059
printf "${BLUE} ${mesg} ${ALL_OFF}\n" "$@"
}
msg_row_yellow(){
local mesg=$1; shift
# shellcheck disable=2059
printf "${YELLOW} ${mesg}${ALL_OFF}\n" "$@"
}
msg_row_green(){
local mesg=$1; shift
# shellcheck disable=2059
printf "${GREEN} ${mesg}${ALL_OFF}\n" "$@"
}
msg_row(){
local mesg=$1; shift
# shellcheck disable=2059
printf "${WHITE} ${mesg}${ALL_OFF}\n" "$@"
}
msg_row_red(){
local mesg=$1; shift
# shellcheck disable=2059
printf "${RED} ${mesg} ${ALL_OFF}\n" "$@"
}
#}}}

View File

@@ -64,9 +64,7 @@ load_pkg_config(){
PATCH_URL=${PATCH_URL:-"${GIT_SSH}:artix/artix-patches.git"}
if [[ -z "${AGENTS[*]}" ]]; then
AGENTS=(orion taurus)
fi
PKGDEST_DBG=${PKGDEST_DBG:-"${WORKSPACE_DIR}/packages-debug"}
return 0
}

View File

@@ -1,30 +0,0 @@
#!/hint/bash
#
# SPDX-License-Identifier: GPL-3.0-or-later
#{{{ yaml
write_yaml_header(){
printf '%s\n' '---'
}
write_empty_line(){
printf '\n'
}
write_yaml_map(){
local ident="$1" key="$2" val="$3"
printf "\n%${ident}s%s: %s\n" '' "$key" "$val"
}
write_yaml_seq(){
local ident="$1" val="$2"
printf "\n%${ident}s- %s\n" '' "$val"
}
write_yaml_seq_map(){
local ident="$1" key="$2" val="$3"
printf "\n%${ident}s- %s: %s\n" '' "$key" "$val"
}
#}}}

View File

@@ -6,8 +6,8 @@ LIBDIR=${LIBDIR:-'@libdir@'}
# shellcheck source=src/lib/base/message.sh
source "${LIBDIR}"/base/message.sh
# shellcheck source=src/lib/pkg/diff.sh
source "${LIBDIR}"/pkg/diff.sh
# shellcheck source=src/lib/pkg/util/diff.sh
source "${LIBDIR}"/pkg/util/diff.sh
usage() {
cat <<- _EOF_

View File

@@ -10,13 +10,45 @@ SYSCONFDIR=${SYSCONFDIR:-'@sysconfdir@/artools'}
source "${LIBDIR}"/pkg/util.sh
# shellcheck source=src/lib/base/message.sh
source "${LIBDIR}"/base/message.sh
# shellcheck source=src/lib/pkg/table.sh
source "${LIBDIR}"/pkg/table.sh
# shellcheck source=src/lib/pkg/db/db.sh
source "${LIBDIR}"/pkg/db/db.sh
shopt -s extglob
#{{{ table
msg_table_header(){
local mesg=$1; shift
# shellcheck disable=2059
printf "${BLUE} ${mesg} ${ALL_OFF}\n" "$@"
}
msg_row_yellow(){
local mesg=$1; shift
# shellcheck disable=2059
printf "${YELLOW} ${mesg}${ALL_OFF}\n" "$@"
}
msg_row_green(){
local mesg=$1; shift
# shellcheck disable=2059
printf "${GREEN} ${mesg}${ALL_OFF}\n" "$@"
}
msg_row(){
local mesg=$1; shift
# shellcheck disable=2059
printf "${WHITE} ${mesg}${ALL_OFF}\n" "$@"
}
msg_row_red(){
local mesg=$1; shift
# shellcheck disable=2059
printf "${RED} ${mesg} ${ALL_OFF}\n" "$@"
}
#}}}
extract_db() {
local u="$1" cdir="$2"
rm -rf "$cdir"

View File

@@ -6,8 +6,8 @@ LIBDIR=${LIBDIR:-'@libdir@'}
# shellcheck source=src/lib/base/message.sh
source "${LIBDIR}"/base/message.sh
# shellcheck source=src/lib/pkg/diff.sh
source "${LIBDIR}"/pkg/diff.sh
# shellcheck source=src/lib/pkg/util/diff.sh
source "${LIBDIR}"/pkg/util/diff.sh
usage() {
cat <<- _EOF_

View File

@@ -8,8 +8,8 @@ LIBDIR=${LIBDIR:-'@libdir@'}
source "${LIBDIR}"/base/message.sh
# shellcheck source=src/lib/base/chroot.sh
source "${LIBDIR}"/base/chroot.sh
# shellcheck source=src/lib/pkg/deploy.sh
source "${LIBDIR}"/pkg/deploy.sh
# shellcheck source=src/lib/pkg/util/deploy.sh
source "${LIBDIR}"/pkg/util/deploy.sh
# shellcheck source=config/makepkg/x86_64.conf
load_makepkg_config

View File

@@ -6,136 +6,198 @@ LIBDIR=${LIBDIR:-'@libdir@'}
# shellcheck source=src/lib/base/message.sh
source "${LIBDIR}"/base/message.sh
# shellcheck source=src/lib/pkg/yaml.sh
source "${LIBDIR}"/pkg/yaml.sh
# shellcheck disable=1091
source "${MAKEPKG_LIBRARY}"/util/pkgbuild.sh
# shellcheck disable=1091
source "${MAKEPKG_LIBRARY}"/util/schema.sh
#{{{ functions
# {{{ functions
srcyaml_write_attr(){
local ident1="$1" ident2="$2" ident3="$3"
local attrname=$4 attrvalues=("${@:5}")
yaml_array_str() {
local array
# normalize whitespace, strip leading and trailing
attrvalues=("${attrvalues[@]//+([[:space:]])/ }")
attrvalues=("${attrvalues[@]#[[:space:]]}")
attrvalues=("${attrvalues[@]%[[:space:]]}")
case $attrname in
pkgver|pkgrel|epoch|url|install|changelog)
for v in "${attrvalues[@]}"; do
Yaml+=$(write_yaml_map "$ident3" "$attrname" "$v")
done
;;
pkgdesc)
Yaml+=$(write_yaml_map "$ident1" "$attrname" "${attrvalues[@]}")
;;
*)
Yaml+=$(write_yaml_map "$ident1" "$attrname")
for v in "${attrvalues[@]}"; do
Yaml+=$(write_yaml_seq "$ident2" "$v")
done
;;
esac
for entry in "$@"; do
array="${array:-}${array:+,} '${entry}'"
done
printf "%s\n" "[${array}]"
}
pkgbuild_extract_to_yaml() {
local pkgname=$1 attrname=$2 isarray=$3 outvalue=
pkgbuild_extract_to_srcyaml() {
# $1: pkgname
# $2: index
# $3: attr name
# $4: multivalued
local pkgname="$1" i="$2" attrname="$3" isarray="$4" outvalue=
if get_pkgbuild_attribute "$pkgname" "$attrname" "$isarray" 'outvalue'; then
[[ -z $pkgname ]] && srcyaml_write_attr 2 4 2 "$attrname" "${outvalue[@]}"
[[ -n $pkgname ]] && srcyaml_write_attr 4 6 2 "$attrname" "${outvalue[@]}"
local ov an
if [[ -n $pkgname ]]; then
an=".pkgname[$i].$attrname"
else
an=".pkgbase.$attrname"
fi
if (( isarray )); then
ov=$(yaml_array_str "${outvalue[@]}")
else
ov="${outvalue[*]}"
if [[ -z "$ov" ]]; then
ov="null"
fi
fi
an="$an" ov="$ov" \
yq -P 'eval(strenv(an)) = env(ov)' -i "${YAML}"
fi
}
srcyaml_write_section_details() {
srcyaml_write_node_details() {
local attr package_arch a
local multivalued_arch_attrs=(source provides conflicts depends replaces
optdepends makedepends checkdepends
"${known_hash_algos[@]/%/sums}")
local multivalued_arch_attrs=(
source
provides
conflicts
depends
replaces
optdepends
makedepends
checkdepends
"${known_hash_algos[@]/%/sums}"
)
for attr in "${singlevalued[@]}"; do
pkgbuild_extract_to_yaml "$1" "$attr" 0
pkgbuild_extract_to_srcyaml "$1" "$2" "$attr" 0
done
for attr in "${multivalued[@]}"; do
pkgbuild_extract_to_yaml "$1" "$attr" 1
pkgbuild_extract_to_srcyaml "$1" "$2" "$attr" 1
done
get_pkgbuild_attribute "$1" 'arch' 1 'package_arch'
get_pkgbuild_attribute "$pn" 'arch' 1 'package_arch'
for a in "${package_arch[@]}"; do
# 'any' is special. there's no support for, e.g. depends_any.
[[ $a = any ]] && continue
for attr in "${multivalued_arch_attrs[@]}"; do
pkgbuild_extract_to_yaml "$1" "${attr}_$a" 1
pkgbuild_extract_to_srcyaml "$1" "$2" "${attr}_$a" 1
done
done
}
yaml_write_global() {
local singlevalued=(pkgdesc pkgver pkgrel epoch url install changelog)
local multivalued=(arch groups license checkdepends makedepends
depends optdepends provides conflicts replaces
noextract options backup
source validpgpkeys "${known_hash_algos[@]/%/sums}")
srcyaml_write_global() {
local singlevalued=(
pkgdesc
pkgver
pkgrel
epoch
url
install
changelog
)
local multivalued=(
arch
groups
license
checkdepends
makedepends
depends
optdepends
provides
conflicts
replaces
noextract
options
backup
source
validpgpkeys
"${known_hash_algos[@]/%/sums}"
)
Yaml+=$(write_yaml_map 0 "pkgbase")
Yaml+=$(write_yaml_map 2 "name" "${pkgbase:-${pkgname}}")
srcyaml_write_section_details ""
srcyaml_write_node_details '' ''
}
yaml_write_package() {
local singlevalued=(pkgdesc url install changelog)
local multivalued=(arch groups license checkdepends depends optdepends
provides conflicts replaces options backup)
srcyaml_write_package() {
local singlevalued=(
pkgdesc
url
install
changelog
)
local multivalued=(
arch
groups
license
checkdepends
depends
optdepends
provides
conflicts
replaces
options
backup
)
Yaml+=$(write_yaml_map 0 "pkgnames")
for pkg in "${pkgname[@]}"; do
Yaml+=$(write_yaml_seq_map 2 "pkgname" "$pkg")
srcyaml_write_section_details "$pkg"
done
srcyaml_write_node_details "$1" "$2"
}
write_srcyaml() {
Yaml=$(write_yaml_header)
yaml_write_global
yaml_write_package
yq -n '"---"' > "${YAML}"
# local version
# version=$(get_full_version)
# Yaml+=$(write_yaml_map 2 "version" "${version}")
local ver
ver=$(get_full_version) \
yq -P '.version = env(ver)' -i "${YAML}"
printf '%s\n' "${Yaml}"
# https://github.com/mikefarah/yq/issues/1836
# yq '. head_comment="generated with artixpkg @buildtoolver@"' -i "${YAML}"
local name=${pkgbase:-$pkgname}
name="$name" \
yq -P '.pkgbase.name = env(name)' -i "${YAML}"
srcyaml_write_global
local pn
local key
for ((i = 0 ; i < "${#pkgname[@]}" ; i++)); do
pn="${pkgname[$i]}" key=".pkgname[$i]" \
yq -P 'eval(strenv(key)).name = env(pn)' -i "${YAML}"
srcyaml_write_package "${pkgname[$i]}" "$i"
done
yq '. foot_comment="generated with artixpkg @buildtoolver@"' -i "${YAML}"
}
#}}}
# }}}
usage() {
printf 'Usage: %s [options]\n' "${0##*/}"
printf " -o <out> Out file (default: ${YAML})\n"
printf ' -h This help\n'
printf '\n'
exit "$1"
}
YAML=/tmp/srcinfo.yaml
# shellcheck source=config/makepkg/x86_64.conf
load_makepkg_config
opts='h'
opts='o:h'
while getopts "${opts}" arg; do
case "${arg}" in
o) YAML="$OPTARG" ;;
h|?) usage 0 ;;
esac
done
shift $(( OPTIND - 1 ))
srcpath=$(readlink -f "$1")
# srcpath=$(readlink -f "$1")
[[ -z "$srcpath" ]] && srcpath="."
[[ -f "$srcpath"/PKGBUILD ]] || die "%s/PKGBUILD does not exist!" "$srcpath"

View File

@@ -10,8 +10,8 @@ SYSCONFDIR=${SYSCONFDIR:-'@sysconfdir@/artools'}
source "${LIBDIR}"/pkg/util.sh
# shellcheck source=src/lib/base/message.sh
source "${LIBDIR}"/base/message.sh
# shellcheck source=src/lib/pkg/deploy.sh
source "${LIBDIR}"/pkg/deploy.sh
# shellcheck source=src/lib/pkg/util/deploy.sh
source "${LIBDIR}"/pkg/util/deploy.sh
#{{{ deploy
@@ -31,6 +31,18 @@ remove(){
# pkg removal will be done by a patched repo-remove honoring -R
}
update_dbg() {
local rmp
rmp=${pkgname%"${PKGEXT}"}
rmp=${rmp%-*}
rmp=${rmp%-*}
rm -fv "${PKGDEST_DBG}/${rmp}"*
if pkgfile=$(find_cached_pkgfile "${pkgname}"); then
msg "Found: %s" "${pkgfile}"
ln -sfv "${pkgfile}" "${PKGDEST_DBG}"/
fi
}
repo_action() {
local repo_path
# shellcheck disable=SC2153
@@ -40,11 +52,13 @@ repo_action() {
for pkgname in "${passfiles[@]}"; do
"$func"
done
( cd "${repo_path}" || return
if [[ -n "${action}" ]]; then
repo-"${action}" "${action_args[@]}" "${dest_repo}.${db_ext}" "${packages[@]}"
fi
)
if ! "${dbg_pkg}"; then
( cd "${repo_path}" || return
if [[ -n "${action}" ]]; then
repo-"${action}" "${action_args[@]}" "${dest_repo}.${db_ext}" "${packages[@]}"
fi
)
fi
}
#}}}
@@ -55,9 +69,10 @@ db_ext="db.tar.${DBEXT}"
add_pkg=false
rm_pkg=false
dbg_pkg=false
cmd=${0##*/}
dest_repo=${cmd#*-}
dest_repo=world #${cmd#*-}
action_args=(-R)
usage() {
@@ -65,19 +80,21 @@ usage() {
printf ' -d <dest> Destination repository\n'
printf ' -a Add package(s) to repository\n'
printf ' -r Remove package(s) from repository\n'
printf ' -u Update debug repository\n'
printf ' -h This help\n'
printf '\n'
printf '\n'
exit "$1"
}
opts='arLRhd:'
opts='uarhd:'
while getopts "${opts}" arg; do
case "${arg}" in
d) dest_repo="$OPTARG" ;;
a) add_pkg=true; rm_pkg=false ;;
r) rm_pkg=true; add_pkg=false ;;
u) dbg_pkg=true ;;
h|?) usage 0 ;;
esac
done
@@ -87,10 +104,14 @@ shift $(( OPTIND - 1 ))
passfiles=("$@")
if [[ -n "${passfiles[*]}" ]]; then
if ${add_pkg}; then
repo_action add
fi
if ${rm_pkg}; then
repo_action remove
if ! "${dbg_pkg}"; then
if ${add_pkg}; then
repo_action add
fi
if ${rm_pkg}; then
repo_action remove
fi
else
repo_action update_dbg
fi
fi

View File

@@ -6,8 +6,8 @@ LIBDIR=${LIBDIR:-'@libdir@'}
# shellcheck source=src/lib/base/message.sh
source "${LIBDIR}"/base/message.sh
# shellcheck source=src/lib/pkg/deploy.sh
source "${LIBDIR}"/pkg/deploy.sh
# shellcheck source=src/lib/pkg/util/deploy.sh
source "${LIBDIR}"/pkg/util/deploy.sh
# shellcheck source=config/makepkg/x86_64.conf
load_makepkg_config