forked from artix/artools
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
6593fe7908 | |||
00c6458305 |
@@ -33,7 +33,7 @@ artixpkg_git_create() {
|
||||
local pkgbase
|
||||
local clone=0
|
||||
local config=0
|
||||
local TEAM='extra'
|
||||
local TEAM='world'
|
||||
|
||||
# variables
|
||||
local path
|
||||
|
@@ -122,7 +122,8 @@ artixpkg_repo_remove() {
|
||||
if (( SET_TOPIC )); then
|
||||
# topics meta
|
||||
if [[ -n ${GIT_TOKEN} ]]; then
|
||||
local topic="${SRC}"
|
||||
local topic="${DEST}"
|
||||
local gitname=$(get_compliant_name "${pkgbase}")
|
||||
if ! remove_topic "${gitname}" "${topic}" >/dev/null; then
|
||||
warning "failed to remove pacman repo topic: ${topic}"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user