Skip to content

Commit

Permalink
removing refs to old webapps
Browse files Browse the repository at this point in the history
  • Loading branch information
pzimmer committed Dec 15, 2015
1 parent 21fa7a3 commit 2e933ea
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -38,8 +38,8 @@ cd reaktor
rake start (starts the post-receive hook and the resque workers)

```
[jenkins@puppet-ci-01 reaktor]$ rake start
Starting server on puppet-ci-01.lab.webapps.rr.com:4570 ...
[jenkins@test-box-01 reaktor]$ rake start
Starting server on test-box-01:4570 ...
```

### Environment Variables
Expand Down
2 changes: 1 addition & 1 deletion config/resque.yml
@@ -1,3 +1,3 @@
development: localhost:6379
test: localhost:6379
production: puppet-ci-01.lab.webapps.rr.com:6379
production: test-box-01:6379
12 changes: 6 additions & 6 deletions spec/unit/fixtures/created.json
Expand Up @@ -6,7 +6,7 @@
"deleted": false,
"forced": true,
"base_ref": "refs/heads/master",
"compare": "https://github.webapps.rr.com/fylgia/webhook_test_two/compare/dev_hook_test",
"compare": "https://test-server-01.com/webhook_test_two/compare/dev_hook_test",
"commits": [

],
Expand All @@ -15,15 +15,15 @@
"distinct": true,
"message": "new files",
"timestamp": "2014-04-11T19:54:04+00:00",
"url": "https://github.webapps.rr.com/fylgia/webhook_test_two/commit/88adbbc742fac0152915555bb062a04ddf63cef7",
"url": "https://test-server-01.com/webhook_test_two/commit/88adbbc742fac0152915555bb062a04ddf63cef7",
"author": {
"name": "pzimmer",
"email": "phil.zimmerman@twcable.com",
"email": "pzimmerman.home.com",
"username": "pzimmer"
},
"committer": {
"name": "pzimmer",
"email": "phil.zimmerman@twcable.com",
"email": "pzimmerman.home@gmail.com",
"username": "pzimmer"
},
"added": [
Expand All @@ -44,7 +44,7 @@
"repository": {
"id": 1025,
"name": "webhook_test_two",
"url": "https://github.webapps.rr.com/fylgia/webhook_test_two",
"url": "https://test-server-01.com/webhook_test_two",
"description": "",
"watchers": 0,
"stargazers": 0,
Expand All @@ -68,6 +68,6 @@
},
"pusher": {
"name": "pzimmer",
"email": "phil.zimmerman@twcable.com"
"email": "pzimmerman.home@gmail.com",
}
}
6 changes: 3 additions & 3 deletions spec/unit/fixtures/deleted.json
Expand Up @@ -5,15 +5,15 @@
"created": false,
"deleted": true,
"forced": true,
"compare": "https:\/\/github.webapps.rr.com\/fylgia\/webhook_test_two\/compare\/88adbbc742fa...000000000000",
"compare": "https:\/\/test-server-01.com\/fylgia\/webhook_test_two\/compare\/88adbbc742fa...000000000000",
"commits": [

],
"head_commit": null,
"repository": {
"id": 1025,
"name": "webhook_test_two",
"url": "https:\/\/github.webapps.rr.com\/fylgia\/webhook_test_two",
"url": "https:\/\/test-server-01.com\/fylgia\/webhook_test_two",
"description": "",
"watchers": 0,
"stargazers": 0,
Expand All @@ -37,6 +37,6 @@
},
"pusher": {
"name": "pzimmer",
"email": "phil.zimmerman@twcable.com"
"email": "pzimmerman.home@gmail.com",
}
}

0 comments on commit 2e933ea

Please sign in to comment.