Working on #1 - FDA import process works. 3 hours for first import, 1.25 hours on subsequent updates.
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
cat <<EOF
|
||||
name 'akesterson-mercy'
|
||||
version '${MAJOR}-${BUILD}'
|
||||
dependency 'apache/apache'
|
||||
summary 'Puppet module for deploying the mercy web application'
|
||||
description 'Puppet module for deploying the mercy web application'
|
||||
project_page http://github.com/akesterson/mercy/tree/master/puppet
|
||||
license 'MIT'
|
||||
author 'Andrew Kesterson <andrew@aklabs.net>'
|
||||
EOF
|
||||
#!/bin/bash
|
||||
|
||||
cat <<EOF
|
||||
name 'akesterson-mercy'
|
||||
version '${MAJOR}-${BUILD}'
|
||||
dependency 'apache/apache'
|
||||
summary 'Puppet module for deploying the mercy web application'
|
||||
description 'Puppet module for deploying the mercy web application'
|
||||
project_page http://github.com/akesterson/mercy/tree/master/puppet
|
||||
license 'MIT'
|
||||
author 'Andrew Kesterson <andrew@aklabs.net>'
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user