Skip to content

Commit

Permalink
move eggs, zope tarballs and opencore bundles to dist.socialplanning.…
Browse files Browse the repository at this point in the history
…org/eggs
  • Loading branch information
ejucovy committed Mar 24, 2011
1 parent be1934f commit 08a20d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions fassembler/topp.py
Expand Up @@ -153,7 +153,7 @@ class ToppProject(Project):
inherit_config=('general', 'db_prefix'),
help='The prefix to use for all database names'),
Setting('find_links',
default='https://svn.openplans.org/eggs',
default='http://dist.socialplanning.org/eggs',
help='Custom locations for distutils and easy_install to look in'),
Setting('projtxt',
default='{{project.req_settings.get("projtxt", "project")}}',
Expand Down Expand Up @@ -219,7 +219,7 @@ class ToppProject(Project):
section='google_maps_keys', overwrite=False),

tasks.EnsureDir('Make sure var directory exists', '{{env.var}}', svn_add=False),
tasks.EnsureFile('Write OpenPlans shared secret to var/secret.txt if it does not exist',
tasks.EnsureFile('Write OpenCore shared secret to var/secret.txt if it does not exist',
'{{env.var}}/secret.txt',
'{{env.random_string(40)}}',
overwrite=False),
Expand Down
4 changes: 2 additions & 2 deletions fassembler/topp_opencore.py
Expand Up @@ -714,10 +714,10 @@ class OpenCoreProject(OpenCoreBase):
default='{{project.req_settings.get("opencore_bundle_name", "opencore-plone25")}}',
help='Name of the bundle to use'),
Setting('opencore_bundle_tar_dir',
default='https://svn.openplans.org/eggs/',
default='http://dist.socialplanning.org/eggs/',
help='Directory/URL where the bundle tarball is kept'),
Setting('opencore_bundle_svn_repo_dir',
default='https://svn.openplans.org/svn/bundles',
default='https://svn.socialplanning.org/svn/bundles',
help='SVN location of bundles'),
Setting('opencore_bundle_use_svn',
default='false',
Expand Down

0 comments on commit 08a20d7

Please sign in to comment.