-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
config: per-repo configuration support #92
Conversation
Codecov ReportBase: 94.90% // Head: 95.02% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #92 +/- ##
==========================================
+ Coverage 94.90% 95.02% +0.12%
==========================================
Files 13 13
Lines 1178 1187 +9
Branches 298 299 +1
==========================================
+ Hits 1118 1128 +10
Misses 34 34
+ Partials 26 25 -1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@gyakovlev Could I request you to verify this patch if it works for you? |
seems to be working. funny, I'm on another system and |
env | grep XDG
XDG_CONFIG_DIRS=/etc/xdg
XDG_MENU_PREFIX=gnome-
XDG_DATA_HOME=/home/ya/.local/share
XDG_CONFIG_HOME=/home/ya/.config
XDG_SESSION_DESKTOP=gnome
XDG_SESSION_TYPE=wayland
XDG_CURRENT_DESKTOP=GNOME
XDG_CACHE_HOME=/home/ya/.cache
XDG_SESSION_CLASS=user
XDG_STATE_HOME=/home/ya/.local/state
XDG_RUNTIME_DIR=/run/user/1111
XDG_DATA_DIRS=/usr/local/share:/usr/share:/usr/share/gdm cat ~/.config/environment.d/*
XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-${HOME}/.config}"
XDG_CACHE_HOME="${XDG_CACHE_HOME:-${HOME}/.cache}"
XDG_DATA_HOME="${XDG_DATA_HOME:-${HOME}/.local/share}"
XDG_STATE_HOME="${XDG_STATE_HOME:-${HOME}/.local/state}"
XDG_RUNTIME_DIR="${XDG_RUNTIME_DIR:-/run/user/${UID}}"
#LESSHISTFILE="${XDG_DATA_HOME}/lesshst"
BOGOFILTER_DIR="${XDG_DATA_HOME}/bogofilter"
CARGO_HOME="${XDG_DATA_HOME}/cargo"
INPUTRC="${XDG_CONFIG_HOME}/inputrc"
NMBGIT="${XDG_CONFIG_HOME}/notmuch/nmbug"
NOTMUCH_CONFIG="${XDG_CONFIG_HOME}/mutt/notmuch-config"
PASSWORD_STORE_DIR="${XDG_DATA_HOME}/pass"
RUSTUP_HOME="${XDG_DATA_HOME}/rustup"
VIMINIT="set nocp | source ${XDG_CONFIG_HOME}/vim/vimrc"
WEECHAT_HOME="${XDG_CONFIG_HOME}/weechat"
WGETRC="${XDG_CONFIG_HOME}/wgetrc"
XAUTHORITY="${XDG_RUNTIME_DIR}/Xauthority" |
here's testcase with
|
Does this commit helps? (I need to create a realese very soon - important fixes are in queue) |
testcase with
now it does not work.... idk what's going on, but it also never asks me too. |
ok with this patch + 9f60576 it actually started running pkgcheck, and sign-offs with both DEFAULT and [gentoo] |
also tested with ask options in [DEFAULT] and signoff option only in [gentoo] |
Resolves: pkgcore#89 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
e572163
to
77db324
Compare
Resolves: #89