Skip to content

Commit b804f76

Browse files
authored
setup: remove osx
PR-URL: #1356 Reviewed-By: George Adams <[email protected]> Reviewed-By: Rod Vagg <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
1 parent 66729dd commit b804f76

7 files changed

Lines changed: 8 additions & 149 deletions

File tree

doc/jenkins-guide.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,9 @@ service jenkins status
138138
# SmartOS
139139
svcs -l svc:/application/jenkins:default
140140

141+
# macOS
142+
sudo launchctl list | grep jenkins
143+
141144
# Other OSes
142145
~iojs/start.sh
143146
```
@@ -155,6 +158,10 @@ service jenkins restart
155158
# SmartOS
156159
svcadm restart svc:/application/jenkins:default
157160

161+
# macOS
162+
launchctl stop org.nodejs.osx.jenkins
163+
launchctl start org.nodejs.osx.jenkins
164+
158165
# Other OSes
159166
~iojs/start.sh
160167
```
@@ -218,4 +225,4 @@ of the members of the [infra](https://github.com/nodejs/build#infra-admins) or
218225
[release](https://github.com/nodejs/build#release-admins) administrators to
219226
take a look.
220227

221-
[secrets repo]: https://github.com/nodejs-private/secrets
228+
[secrets repo]: https://github.com/nodejs-private/secrets

setup/osx/README.md

Lines changed: 0 additions & 67 deletions
This file was deleted.

setup/osx/org.nodejs.osx.jenkins.plist

Lines changed: 0 additions & 29 deletions
This file was deleted.

setup/osx/org.nodejs.osx.tunnel.plist

Lines changed: 0 additions & 20 deletions
This file was deleted.

setup/osx/ssh_config

Lines changed: 0 additions & 8 deletions
This file was deleted.

setup/osx/start.sh

Lines changed: 0 additions & 15 deletions
This file was deleted.

setup/osx/tunnel.sh

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)