egads 3.1.0 → 3.1.1

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.
@@ -4,6 +4,9 @@ s3:
4
4
  secret_key: mysecret
5
5
  prefix: my_project # Optional prefix for S3 paths
6
6
 
7
+ # Branch to which seed builds are pushed. Defaults to 'egads-seed'
8
+ seed_branch: 'egads-seed'
9
+
7
10
  build:
8
11
  # Additional paths to include in the built tarball
9
12
  extra_paths:
@@ -34,7 +34,7 @@ module Egads
34
34
  def commit_extra_paths
35
35
  extra_paths = ["REVISION"]
36
36
  extra_paths += Config.build_extra_paths
37
- run_with_code("git add -f #{extra_paths * ' '} && git commit --no-verify -m 'egads build'")
37
+ run_with_code("git add -f #{extra_paths * ' '} && git commit --no-verify -m '[egads seed] [skip ci]'")
38
38
  # Get the build SHA
39
39
  self.build_sha = run_with_code("git rev-parse --verify HEAD").strip
40
40
  run_with_code "git reset #{sha}" # Reset to original SHA
@@ -95,7 +95,7 @@ module Egads
95
95
  run("git status -s", capture: true).empty? or
96
96
  error [
97
97
  "Cannot build #{short_sha} because the working directory is not clean.",
98
- "Stash your changes with `git add . && git stash` and try again."
98
+ "Stash your changes with `git stash -u` and try again."
99
99
  ]
100
100
  end
101
101
 
@@ -1,3 +1,3 @@
1
1
  module Egads
2
- VERSION = '3.1.0'
2
+ VERSION = '3.1.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: egads
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0
4
+ version: 3.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-08-13 00:00:00.000000000 Z
12
+ date: 2013-08-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: fog