autobuild 1.5.40 → 1.5.41
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.
- data/Changes.txt +4 -0
- data/lib/autobuild/import/git.rb +4 -0
- data/lib/autobuild/packages/cmake.rb +1 -1
- data/lib/autobuild/version.rb +1 -1
- metadata +4 -4
data/Changes.txt
CHANGED
data/lib/autobuild/import/git.rb
CHANGED
|
@@ -340,6 +340,10 @@ module Autobuild
|
|
|
340
340
|
Subprocess.run(package, :import, Autobuild.tool('git'), 'config',
|
|
341
341
|
"--replace-all", "remote.autobuild.pushurl", push_to)
|
|
342
342
|
end
|
|
343
|
+
if push_to_branch
|
|
344
|
+
Subprocess.run(package, :import, Autobuild.tool('git'), 'config',
|
|
345
|
+
"--replace-all", "remote.autobuild.push", "refs/heads/#{local_branch || branch}:refs/heads/#{push_to_branch}")
|
|
346
|
+
end
|
|
343
347
|
|
|
344
348
|
# If we are tracking a commit/tag, just check it out
|
|
345
349
|
if commit || tag
|
data/lib/autobuild/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: autobuild
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 81
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 5
|
|
9
|
-
-
|
|
10
|
-
version: 1.5.
|
|
9
|
+
- 41
|
|
10
|
+
version: 1.5.41
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Sylvain Joyeux
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-
|
|
18
|
+
date: 2011-06-22 00:00:00 Z
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
21
21
|
name: rake
|