Skip to content

Commit

Permalink
setup: remove osx
Browse files Browse the repository at this point in the history
PR-URL: #1356
Reviewed-By: George Adams <george.adams@uk.ibm.com>
Reviewed-By: Rod Vagg <r@va.gg>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
  • Loading branch information
maclover7 authored Jun 19, 2018
1 parent 66729dd commit b804f76
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 149 deletions.
9 changes: 8 additions & 1 deletion doc/jenkins-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ service jenkins status
# SmartOS
svcs -l svc:/application/jenkins:default

# macOS
sudo launchctl list | grep jenkins

# Other OSes
~iojs/start.sh
```
Expand All @@ -155,6 +158,10 @@ service jenkins restart
# SmartOS
svcadm restart svc:/application/jenkins:default

# macOS
launchctl stop org.nodejs.osx.jenkins
launchctl start org.nodejs.osx.jenkins

# Other OSes
~iojs/start.sh
```
Expand Down Expand Up @@ -218,4 +225,4 @@ of the members of the [infra](https://github.com/nodejs/build#infra-admins) or
[release](https://github.com/nodejs/build#release-admins) administrators to
take a look.

[secrets repo]: https://github.com/nodejs-private/secrets
[secrets repo]: https://github.com/nodejs-private/secrets
67 changes: 0 additions & 67 deletions setup/osx/README.md

This file was deleted.

29 changes: 0 additions & 29 deletions setup/osx/org.nodejs.osx.jenkins.plist

This file was deleted.

20 changes: 0 additions & 20 deletions setup/osx/org.nodejs.osx.tunnel.plist

This file was deleted.

8 changes: 0 additions & 8 deletions setup/osx/ssh_config

This file was deleted.

15 changes: 0 additions & 15 deletions setup/osx/start.sh

This file was deleted.

9 changes: 0 additions & 9 deletions setup/osx/tunnel.sh

This file was deleted.

0 comments on commit b804f76

Please sign in to comment.