Commit bc720eed authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

usr http://www.erp5.org/ instead of obsoleted http://torrent.erp5.org/ .

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28469 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c73f9792
...@@ -63,11 +63,11 @@ for bt in bt_list:\n ...@@ -63,11 +63,11 @@ for bt in bt_list:\n
# modify repository list information\n # modify repository list information\n
if end:\n if end:\n
# set default repository list when test is finished\n # set default repository list when test is finished\n
repository_list = [\'http://torrent.erp5.org/dists/snapshot/bt5\']\n repository_list = [\'http://www.erp5.org/dists/snapshot/bt5\']\n
else:\n else:\n
# just used test repository to not display to many bt and thus have listbox\n # just used test repository to not display to many bt and thus have listbox\n
# with many pages\n # with many pages\n
repository_list = [\'http://torrent.erp5.org/dists/snapshot/test_bt5\']\n repository_list = [\'http://www.erp5.org/dists/snapshot/test_bt5\']\n
\n \n
context.portal_templates.updateRepositoryBusinessTemplateList(repository_list)\n context.portal_templates.updateRepositoryBusinessTemplateList(repository_list)\n
\n \n
......
447 448
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment