LOGIN / SIGN UP

#48 Convert integration scripts for scripts/runner use

Reported by: Claes Nästén (pekdon) Assigned to: Claes Nästén (pekdon)
Phase: release-0.1.0 Component: repository handling
Type: bug Status: closed
Priority: 2: High
Watchers:

Description

Currently integration scripts for mailing list handling does not work with Rails 2.1. To avoid messy setup, models breaking etc etc I guess using scripts/runner for integration scripts is the way to go.

2010-03-09

19:07:26 changed from open to closed
19:07:26

scm script now uses post approach, closing.

2009-04-15

23:28:36

Created a services controller that takes care of updating the repository to the current revision (as the integration scripts did before) and a simple http client for posting the data.

This has not been tested with HTTPS nor has it been deployed in production.

23:28:35 changed from new to open

2008-12-03

22:00:47

Have started some testing here to make commits index themselves properly, but it is slow so maybe do something "smarter" posting to a running septic or similar.

2008-08-09

17:55:52

cron.rb and mailman_archive_sync.rb scripts are now runnable with script/runner.

Unsure if scm* scripts should be run through the runner due to performance issues.