Skip to content

Commit

Permalink
Merge pull request #136 from CiscoCloud/feature/users-and-groups-refa…
Browse files Browse the repository at this point in the history
…ctor

Refactor user and group checks
  • Loading branch information
langston-barrett committed Mar 28, 2016
2 parents a016eb6 + 4d0a5b7 commit 0cc9606
Show file tree
Hide file tree
Showing 79 changed files with 9,337 additions and 299 deletions.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ build:
# TODO: make all tests work in drone!
# Missing: checklists, checks, memstatus, netstatus
#- godep go test ./...
- godep go test . ./chkutil ./dockerstatus ./errutil ./fsstatus ./netstatus ./systemdstatus ./tabular ./usrstatus
- godep go test . ./chkutil ./dockerstatus ./errutil ./fsstatus ./netstatus ./systemdstatus ./tabular
- godep go install .
- distributive --verbosity=info -d "./samples"
# - distributive -d ./samples/
Expand Down
34 changes: 34 additions & 0 deletions Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions Godeps/_workspace/src/github.com/aelsabbahy/GOnetstat/LICENSE.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 41 additions & 0 deletions Godeps/_workspace/src/github.com/aelsabbahy/GOnetstat/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0cc9606

Please sign in to comment.