itgwiki_mirror 0.0.25.pre → 0.0.26.pre
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
File without changes
|
File without changes
|
@@ -0,0 +1,15 @@
|
|
1
|
+
# itgwiki_mirror_deploy - watch the appropriate directory and deploy ITGwiki backups as needed
|
2
|
+
# This should be placed in /etc/init
|
3
|
+
|
4
|
+
#
|
5
|
+
# TODO The path should be discovered automatically and this should be deployed
|
6
|
+
# to /etc/init
|
7
|
+
#
|
8
|
+
|
9
|
+
start on startup
|
10
|
+
stop on shutdown
|
11
|
+
|
12
|
+
respawn
|
13
|
+
|
14
|
+
exec /var/lib/gems/1.8/bin/itgwiki_mirror_deploy
|
15
|
+
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: itgwiki_mirror
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.26.pre
|
5
5
|
prerelease: 7
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,11 +9,11 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-01-
|
12
|
+
date: 2012-01-20 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rb-inotify
|
16
|
-
requirement: &
|
16
|
+
requirement: &85644010 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ! '>='
|
@@ -21,7 +21,7 @@ dependencies:
|
|
21
21
|
version: '0'
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *85644010
|
25
25
|
description: ! "\n Use two scripts, itgwiki_mirror_backup and itgwiki_mirror_deploy,
|
26
26
|
to\n maintain a read-only mirror of ITGwiki. itgwiki_mirror_backup runs\n periodically
|
27
27
|
and automatically on the live instance of ITGwiki to create a\n backup and copy
|
@@ -32,14 +32,20 @@ email: justin.force@gmail.com
|
|
32
32
|
executables:
|
33
33
|
- itgwiki_mirror_backup
|
34
34
|
- itgwiki_mirror_deploy
|
35
|
+
- itgwiki_mirror_install_backup
|
36
|
+
- itgwiki_mirror_install_deploy
|
35
37
|
extensions: []
|
36
38
|
extra_rdoc_files: []
|
37
39
|
files:
|
38
40
|
- lib/itgwiki_mirror.rb
|
39
41
|
- lib/itgwiki_mirror/backuper.rb
|
40
42
|
- lib/itgwiki_mirror/deployer.rb
|
43
|
+
- deploy/cron/itgwiki_mirror_backup
|
44
|
+
- deploy/upstart/itgwiki_mirror_deploy.conf
|
41
45
|
- bin/itgwiki_mirror_backup
|
42
46
|
- bin/itgwiki_mirror_deploy
|
47
|
+
- bin/itgwiki_mirror_install_backup
|
48
|
+
- bin/itgwiki_mirror_install_deploy
|
43
49
|
homepage: https://github.com/sidewaysmilk/itgwiki_mirror
|
44
50
|
licenses: []
|
45
51
|
post_install_message:
|