Skip to content

Commit

Permalink
Pushed by gbuild.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Middleton committed Dec 26, 2017
1 parent e02a79c commit 49894cd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -40,7 +40,7 @@ env:
install:
- sudo pip install mkdocs
- chmod +x gbuild.sh
- chmod +x gaze-control/gazectl-wrapper.sh
- chmod +x wrapper.sh

script:
- ./gbuild.sh build
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@
![GAZE logo](https://raw.githubusercontent.com/monokal/GAZE/master/docs/img/gaze.png "GAZE")

[![Build Status](https://travis-ci.org/monokal/GAZE.svg?branch=master)](https://travis-ci.org/monokal/GAZE) [![Docker Build Status](https://img.shields.io/badge/docker%20build-automated-brightgreen.svg)](https://hub.docker.com/r/monokal/gazectl/) [![Documentation Status](https://readthedocs.org/projects/gaze/badge/?version=latest)](http://gaze.readthedocs.io/en/latest/?badge=latest) [![GitHub](https://img.shields.io/badge/code-github-blue.svg)](https://github.com/monokal/gaze) [![Chat on Gitter](https://img.shields.io/badge/chat-gitter-blue.svg)](https://gitter.im/gaze-tomc/) [![GPLv3 license](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://github.com/monokal/GAZE/blob/master/LICENSE) [![Donate via PayPal](https://img.shields.io/badge/donate-paypal-blue.svg)](https://www.paypal.me/monokal/)
[![Build Status](https://travis-ci.org/monokal/GAZE.svg?branch=master)](https://travis-ci.org/monokal/GAZE) [![Docker Build Status](https://img.shields.io/badge/docker%20build-automated-brightgreen.svg)](https://hub.docker.com/r/monokal/gazectl/) [![Documentation Status](https://readthedocs.org/projects/gaze/badge/?version=latest)](http://gaze.readthedocs.io/en/latest/?badge=latest) [![GitHub](https://img.shields.io/badge/code-github-blue.svg)](https://github.com/monokal/gaze) [![Chat on Gitter](https://img.shields.io/badge/chat-gitter-blue.svg)](https://gitter.im/gaze-tomc/) [![GPLv3 license](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://github.com/monokal/GAZE/blob/master/LICENSE)

## What's GAZE?
It's a true turnkey open-source media center solution. It will deploy, configure and network the following services, making use of Docker's ecosystem:
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Expand Up @@ -2,7 +2,7 @@
![GAZE logo](https://raw.githubusercontent.com/monokal/GAZE/master/docs/img/gaze.png "GAZE")

[![Build Status](https://travis-ci.org/monokal/GAZE.svg?branch=master)](https://travis-ci.org/monokal/GAZE) [![Docker Build Status](https://img.shields.io/badge/docker%20build-automated-brightgreen.svg)](https://hub.docker.com/r/monokal/gazectl/) [![Documentation Status](https://readthedocs.org/projects/gaze/badge/?version=latest)](http://gaze.readthedocs.io/en/latest/?badge=latest) [![GitHub](https://img.shields.io/badge/code-github-blue.svg)](https://github.com/monokal/gaze) [![Chat on Gitter](https://img.shields.io/badge/chat-gitter-blue.svg)](https://gitter.im/gaze-tomc/) [![GPLv3 license](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://github.com/monokal/GAZE/blob/master/LICENSE) [![Donate via PayPal](https://img.shields.io/badge/donate-paypal-blue.svg)](https://www.paypal.me/monokal/)
[![Build Status](https://travis-ci.org/monokal/GAZE.svg?branch=master)](https://travis-ci.org/monokal/GAZE) [![Docker Build Status](https://img.shields.io/badge/docker%20build-automated-brightgreen.svg)](https://hub.docker.com/r/monokal/gazectl/) [![Documentation Status](https://readthedocs.org/projects/gaze/badge/?version=latest)](http://gaze.readthedocs.io/en/latest/?badge=latest) [![GitHub](https://img.shields.io/badge/code-github-blue.svg)](https://github.com/monokal/gaze) [![Chat on Gitter](https://img.shields.io/badge/chat-gitter-blue.svg)](https://gitter.im/gaze-tomc/) [![GPLv3 license](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://github.com/monokal/GAZE/blob/master/LICENSE)

## What's GAZE?
It's a true turnkey open-source media center solution. It will deploy, configure and network the following services, making use of Docker's ecosystem:
Expand Down
1 change: 1 addition & 0 deletions gaze/gazelib/core/bootstrap.py
Expand Up @@ -18,6 +18,7 @@
import sys

import docker

from gazelib.core.helpers import GazeHelper
from gazelib.core.log import GazeLog
from gazelib.docker.container import GazeContainer
Expand Down

0 comments on commit 49894cd

Please sign in to comment.