Tristan Storch
|
69e332f432
|
Removed trailing white spaces
Removed trailing whitespaces with
```sh
for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done
```
and some handwork.
|
10 years ago |
Unknwon
|
8dd07c0ddd
|
New UI merge in progress
|
10 years ago |
Ciaran Downey
|
cf3021ecca
|
Add the set -e option to dockerfiles/build.sh
|
10 years ago |
Baiju Muthukadan
|
c6058e5ea8
|
locate docker command during running time
|
11 years ago |
Baiju Muthukadan
|
925ccc2608
|
use 'docker.io' command instead of 'docker'
|
11 years ago |
crystaldust
|
b01e967a9f
|
Add the configs comments, and update the README.md file
|
11 years ago |
crystaldust
|
a90a014033
|
Change the image naming, start with "gogits/"
|
11 years ago |
crystaldust
|
066d91e113
|
Allow the user to config the apt source in build.sh
|
11 years ago |
Lance Ju
|
1f989d0b98
|
Replace the 'mysql' options with 'db' options in build.sh
|
11 years ago |
Lance Ju
|
b1a3ba9932
|
Fix the path problem, which will build the mysql image as the gogits image
|
11 years ago |
Lance Ju
|
2315dc39b6
|
Add the auto build scripts for deplying gogs with Docker.
|
11 years ago |
crystaldust
|
5966dd78e6
|
Add the scirpts for auto deploy.
|
11 years ago |