Commit 3452e1d 1 parent af982db commit 3452e1d Copy full SHA for 3452e1d
File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,9 @@ git push --delete origin 2.0.0-b1
109
109
110
110
## Update Code and Tag Homebrew Globalplatform
111
111
112
- This is necessary the update the used version, the Ruby code in the formulae and to check if in
112
+ At first it is necessary to update the used tagged Globalplatform version in the formula file.
113
+
114
+ It is also occasionally necessary to update the Ruby code in the formulae and to check if in
113
115
the meanwhile the brew build system added some breaking changes requiring to update the formulae code. Unfortunately this is happening periodically.
114
116
115
117
~~~ shell
@@ -131,7 +133,7 @@ brew audit --strict --online globalplatform
131
133
132
134
### Push Changes
133
135
134
- Since Homebrew has used a HTTPS URL for the checkout it will be required to use ` git ` instead:
136
+ Since Homebrew has used a HTTPS URL for the checkout it will be required to use ` git ` instead to commit any changes :
135
137
136
138
~~~ shell
137
139
git remote remove origin
@@ -154,8 +156,8 @@ A Docker instance can be used for running the bottling command.
154
156
155
157
~~~ shell
156
158
docker rm brew
157
- docker pull homebrew/brew
158
- docker run -it --name=brew homebrew/brew
159
+ docker pull homebrew/ubuntu16.04
160
+ docker run -it --name=brew homebrew/ubuntu16.04
159
161
mkdir build
160
162
cd build
161
163
~~~
You can’t perform that action at this time.
0 commit comments