Browse Source

Fix the gogs repo

Bob Mottram 10 years ago
parent
commit
055d5994e6
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/freedombone

+ 2
- 2
src/freedombone View File

146
 # Domain name for git hosting installation
146
 # Domain name for git hosting installation
147
 GIT_DOMAIN_NAME=
147
 GIT_DOMAIN_NAME=
148
 GIT_CODE=
148
 GIT_CODE=
149
-GIT_DOMAIN_REPO="https://github.com/friendica/red.git"
149
+GIT_DOMAIN_REPO="https://github.com/gogits/gogs.git"
150
 GIT_ADMIN_PASSWORD=
150
 GIT_ADMIN_PASSWORD=
151
 
151
 
152
 # Domain name for Owncloud installation
152
 # Domain name for Owncloud installation
6731
       mkdir -p $GOPATH/src/github.com/gogits
6731
       mkdir -p $GOPATH/src/github.com/gogits
6732
   fi
6732
   fi
6733
   cd $GOPATH/src/github.com/gogits
6733
   cd $GOPATH/src/github.com/gogits
6734
-  git clone https://github.com/gogits/gogs.git
6734
+  git clone $GIT_DOMAIN_REPO
6735
   cd gogs
6735
   cd gogs
6736
 
6736
 
6737
   # install
6737
   # install