Indefero

Indefero Commit Details


Date:2009-07-13 09:11:20 (15 years 5 months ago)
Author:Loic d'Anterroches
Branch:develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, master, release-1.1, release-1.2, release-1.3
Commit:82e268400401f6a42ae869471b5a9b2b3b502959
Parents: dc6f25cdef4e7a307b430739047807deb0ae2602
Message:Fixed to match with the name of configuration setting.

Changes:

File differences

src/IDF/Plugin/SyncGit/Cron.php
4040
4141
4242
43
43
4444
4545
4646
$cmd = Pluf::f('idf_plugin_syncgit_path_gitserve', '/dev/null');
$authorized_keys = Pluf::f('idf_plugin_syncgit_path_authorized_keys', false);
if (false == $authorized_keys) {
throw new Pluf_Exception_SettingError('Setting git_path_authorized_keys not set.');
throw new Pluf_Exception_SettingError('Setting idf_plugin_syncgit_path_authorized_keys not set.');
}
if (!is_writable($authorized_keys)) {
throw new Exception('Cannot create file: '.$authorized_keys);

Archive Download the corresponding diff file

Page rendered in 0.07046s using 13 queries.