Quick English review (I can't find much to improve :-p).
This commit is contained in:
parent
3e7de31fb0
commit
9558a3ecbb
@ -52,7 +52,7 @@ find_repo() {
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
sayv "Ok, we're in ${SC_VCS} working tree. Let's see what I can do around here..."
|
sayv "Ok, we're in the ${SC_VCS} working tree. Let's see what I can do around here..."
|
||||||
}
|
}
|
||||||
|
|
||||||
is_whole_dir_removed() {
|
is_whole_dir_removed() {
|
||||||
@ -105,7 +105,7 @@ find_ebuilds() {
|
|||||||
SC_CP=${PWD#${stripped}/}
|
SC_CP=${PWD#${stripped}/}
|
||||||
|
|
||||||
SC_SCENARIO=ebuild-commit
|
SC_SCENARIO=ebuild-commit
|
||||||
sayv "We have some ebuilds for ${SC_CP} here."
|
sayv "We found ebuilds for ${SC_CP} here."
|
||||||
elif is_package_removal; then
|
elif is_package_removal; then
|
||||||
local cplist category pkg rootprefix
|
local cplist category pkg rootprefix
|
||||||
# We can either have the category on the list or in PWD.
|
# We can either have the category on the list or in PWD.
|
||||||
@ -224,7 +224,7 @@ confirm() {
|
|||||||
die 'Aborting.'
|
die 'Aborting.'
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
say "Response '${answ}' not understood, try again."
|
say "Your response '${answ}' not understood, try again."
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
@ -328,7 +328,7 @@ main() {
|
|||||||
|
|
||||||
if [ -z "${trivial}" ]; then
|
if [ -z "${trivial}" ]; then
|
||||||
sayv '...and appending to it.'
|
sayv '...and appending to it.'
|
||||||
echangelog "${commitmsg}" || die 'Please correct the problems pointed by echangelog.'
|
echangelog "${commitmsg}" || die 'Please correct the problems shown by echangelog.'
|
||||||
echo
|
echo
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -357,7 +357,7 @@ main() {
|
|||||||
#say
|
#say
|
||||||
req repoman manifest
|
req repoman manifest
|
||||||
if ! repoman full; then
|
if ! repoman full; then
|
||||||
[ -n "${force}" ] || die 'Please correct the problems pointed out by repoman.'
|
[ -n "${force}" ] || die 'Please correct the problems shown by repoman.'
|
||||||
fi
|
fi
|
||||||
confirm
|
confirm
|
||||||
fi
|
fi
|
||||||
@ -368,7 +368,7 @@ main() {
|
|||||||
package-removal)
|
package-removal)
|
||||||
vcs_status ${SC_CHANGE_LIST}
|
vcs_status ${SC_CHANGE_LIST}
|
||||||
echo
|
echo
|
||||||
say "Ready to commit ${WHITE}$(echo ${SC_CHANGE_LIST} | wc -w)${RESET} package removal(s), with message:"
|
say "Ready to commit ${WHITE}$(echo ${SC_CHANGE_LIST} | wc -w)${RESET} package removal(s), with commit message:"
|
||||||
say "${BGREEN}${SC_CP}: ${commitmsg}${RESET}"
|
say "${BGREEN}${SC_CP}: ${commitmsg}${RESET}"
|
||||||
confirm
|
confirm
|
||||||
vcs_commit "${SC_CP}: ${commitmsg}" ${SC_CHANGE_LIST}
|
vcs_commit "${SC_CP}: ${commitmsg}" ${SC_CHANGE_LIST}
|
||||||
|
Loading…
Reference in New Issue
Block a user