OSDN Git Service

Move database.yml to template
[redminele/redminele.git] / redmine / lib / tasks / fetch_changesets.rake
1 # redMine - project management software\r
2 # Copyright (C) 2006-2008  Jean-Philippe Lang\r
3 #\r
4 # This program is free software; you can redistribute it and/or\r
5 # modify it under the terms of the GNU General Public License\r
6 # as published by the Free Software Foundation; either version 2\r
7 # of the License, or (at your option) any later version.\r
8\r
9 # This program is distributed in the hope that it will be useful,\r
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of\r
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
12 # GNU General Public License for more details.\r
13\r
14 # You should have received a copy of the GNU General Public License\r
15 # along with this program; if not, write to the Free Software\r
16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\r
17 \r
18 desc 'Fetch changesets from the repositories'\r
19 \r
20 namespace :redmine do\r
21   task :fetch_changesets => :environment do\r
22     Repository.fetch_changesets\r
23   end\r
24 end\r