Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aledbf/scripts-for-hacking-on-deis
This is a docker image to help with "Hacking on Deis"
https://github.com/aledbf/scripts-for-hacking-on-deis
Last synced: about 2 months ago
JSON representation
This is a docker image to help with "Hacking on Deis"
- Host: GitHub
- URL: https://github.com/aledbf/scripts-for-hacking-on-deis
- Owner: aledbf
- Created: 2015-03-19T03:32:49.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-22T00:00:05.000Z (almost 10 years ago)
- Last Synced: 2024-10-14T15:56:48.899Z (3 months ago)
- Language: Python
- Size: 168 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changes/Makefile
Awesome Lists containing this project
README
Scripts to help with [Hacking on Deis](http://docs.deis.io/en/latest/contributing/hacking/) allowing to just run a script to install al the requirements another one to allow the test of a pull request or to build a local copy
**Installation**
As root execute `./host-setup.sh`
**Building deis**
As a normal user execute `./build.sh [PR number | local path to test]
*Changes to deis*
includes.mk
- define a new variable REGISTRY_PORT to allow a custom portMakefile
- use REGISTRY_PORTsettings.py
- Use ip/port instead of socket to access postgres**TODO:**
- [ ] find a way to not replace git-config
- [ ] check if the local docker configuration allows the use of insecure registries
- [ ] make squid container optional
- [ ] create a go binary using go-basher to run the scripts?