我想編輯的gitolite3`s配置文件,它是用Perl編寫的,看起來像:是否有一個augeas鏡頭,可以編輯.gitolite.rc中的Perl哈希?
# comments
# comments
%RC = (
# ------------------------------------------------------------------
# comments
UMASK => 0077,
# comments
GIT_CONFIG_KEYS => '',
# comments
ROLES => {
READERS => 1,
WRITERS => 1,
},
# comments
ENABLE => [
# comments
'help',
'desc',
'info',
'perms',
'writable',
# comments
],
);
# ------------------------------------------------------------------------------
# comments
1;
# comments
如果沒有augeas可我需要的東西,保留意見 - 他們是對我來說非常方便和未來的管理員。
@ialarmedalien我需要一個腳本,這將用於自動gitolite部署 – 2014-10-22 07:54:37