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