[vhffs-dev] [2264] fixed cgit configuration generator |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 2264
Author: gradator
Date: 2015-01-25 21:04:04 +0100 (Sun, 25 Jan 2015)
Log Message:
-----------
fixed cgit configuration generator
Modified Paths:
--------------
trunk/vhffs-api/src/Vhffs/Robots/Git.pm
Modified: trunk/vhffs-api/src/Vhffs/Robots/Git.pm
===================================================================
--- trunk/vhffs-api/src/Vhffs/Robots/Git.pm 2015-01-25 19:54:34 UTC (rev 2263)
+++ trunk/vhffs-api/src/Vhffs/Robots/Git.pm 2015-01-25 20:04:04 UTC (rev 2264)
@@ -245,8 +245,8 @@
$description =~ s/\n$//; # remove latest LF
$description =~ s/\n/ /g; # replace LF to space
- print $tmpfile 'repo.url='.$_->get_reponame."\n";
- print $tmpfile 'repo.path='.$_->get_dir."\n";
+ print $tmpfile 'repo.url='.$git->get_reponame."\n";
+ print $tmpfile 'repo.path='.$git->get_dir."\n";
print $tmpfile 'repo.desc='.$description."\n";
require Vhffs::Services::MailGroup;