forked from artix/artools
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
8fe1e82226 | ||
![]() |
aa8725518b |
@@ -61,7 +61,7 @@ release_pkg(){
|
||||
action='add'
|
||||
[[ ! -d repos ]] && mkdir repos
|
||||
cd repos
|
||||
[[ -d $dest ]] && git rm -r $dest
|
||||
[[ -d repos/$dest ]] && git rm -r repos/$dest
|
||||
cd ..
|
||||
cp -r trunk repos/$dest
|
||||
fi
|
||||
|
@@ -91,14 +91,14 @@ msg_row_notify(){
|
||||
printf "${GREEN} ${mesg}${ALL_OFF}\n" "$@" >&2
|
||||
}
|
||||
|
||||
msg_row_downgrade(){
|
||||
msg_row(){
|
||||
local mesg=$1; shift
|
||||
printf "${YELLOW} ${mesg}${ALL_OFF}\n" "$@" >&2
|
||||
printf "${BOLD} ${mesg}${ALL_OFF}\n" "$@" >&2
|
||||
}
|
||||
|
||||
msg_row_upgrade(){
|
||||
local mesg=$1; shift
|
||||
printf "${RED}${BOLD} ${mesg} ${ALL_OFF}\n" "$@" >&2
|
||||
printf "${RED}${RED} ${mesg} ${ALL_OFF}\n" "$@" >&2
|
||||
}
|
||||
|
||||
import(){
|
||||
|
Reference in New Issue
Block a user