From: Mike Frysinger Date: Mon, 5 Sep 2016 19:36:13 +0000 (-0400) Subject: gentoo: update repoman settings X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=051c28329827382b73025e89cc0dc5e7d3a35afe;p=home.git gentoo: update repoman settings --- diff --git a/.profile.d/aliases.sh b/.profile.d/aliases.sh index d3d6b51..f7d6f6e 100644 --- a/.profile.d/aliases.sh +++ b/.profile.d/aliases.sh @@ -25,7 +25,6 @@ alias p1d='patch -p1 --dry-run' alias p1dr='patch -p1 --dry-run -R' alias p1r='patch -p1 -R' alias quake4='quake4 +set s_driver oss' -alias repoman='repoman -q -q' alias rrsync='rsync -Hav --inplace --progress' alias s='aspell -a' sss() { aspell -a <<<"$*"; } diff --git a/.profile.d/gentoo.sh b/.profile.d/gentoo.sh index d68b0a5..acf0fd3 100644 --- a/.profile.d/gentoo.sh +++ b/.profile.d/gentoo.sh @@ -1,7 +1,8 @@ alias ebuild-sync='rsync -av ./ /usr/portage/${PWD#/usr/local/src/gentoo/repo/gentoo/} --exclude ChangeLog --exclude CVS --exclude metadata.xml --delete' alias ebuild-emerge='sudo emerge -1av $(echo ${PWD} | awk -F/ "{printf \"%s/%s\", \$(NF-1), \$(NF)}")' alias ekeyword='ekeyword -v -q' -alias rf='repoman full' +alias repoman='repoman -q -q' +alias rf='/usr/local/src/gentoo/portage/repoman/bin/repoman.git -q full' _echangelog() { [[ ! -e ChangeLog ]] \ @@ -123,8 +124,8 @@ eskeys() { _erit() { local msg=$1 ; shift [[ $1 == [[:digit:]]* ]] && msg="$msg #$1" && shift - echo repoman commit -m "$(echo $@ | sed 's: :/:g') $msg" - repoman commit -m "$(echo $@ | sed 's: :/:g') $msg" + echo git commit -m "$(echo $@ | sed 's: :/:g') $msg" + git commit -m "$(echo $@ | sed 's: :/:g') $msg" } erstable() { _erit stable "$@" ; } erlove() { _erit love "$@" ; }