Procházet zdrojové kódy

Use the zeronet upstream repo

Bob Mottram před 9 roky
rodič
revize
12247529e4
2 změnil soubory, kde provedl 6 přidání a 6 odebrání
  1. 3
    3
      src/freedombone
  2. 3
    3
      src/freedombone-meshweb

+ 3
- 3
src/freedombone Zobrazit soubor

402
 #)
402
 #)
403
 
403
 
404
 #ZERONET_REPO='https://github.com/HelloZeroNet/ZeroNet.git'
404
 #ZERONET_REPO='https://github.com/HelloZeroNet/ZeroNet.git'
405
-ZERONET_REPO='https://github.com/bashrc/ZeroNet.git'
405
+ZERONET_REPO='https://github.com/HelloZeroNet/ZeroNet.git'
406
 ZERONET_BLOG_REPO='https://github.com/HelloZeroNet/ZeroBlog'
406
 ZERONET_BLOG_REPO='https://github.com/HelloZeroNet/ZeroBlog'
407
 ZERONET_FORUM_REPO='https://github.com/HelloZeroNet/ZeroTalk'
407
 ZERONET_FORUM_REPO='https://github.com/HelloZeroNet/ZeroTalk'
408
 ZERONET_URL=http://127.0.0.1:43110
408
 ZERONET_URL=http://127.0.0.1:43110
1843
       exit 56823
1843
       exit 56823
1844
   fi
1844
   fi
1845
   sudo chown -R zeronet:zeronet /opt/zeronet
1845
   sudo chown -R zeronet:zeronet /opt/zeronet
1846
-  cd /opt/zeronet
1847
-  git checkout bashrc/bootstrap-file
1846
+  #cd /opt/zeronet
1847
+  #git checkout bashrc/bootstrap-file
1848
   # Hack to ensure that the file access port is opened
1848
   # Hack to ensure that the file access port is opened
1849
   # This is because zeronet normally relies on an internet site
1849
   # This is because zeronet normally relies on an internet site
1850
   # to do this, but on a purely local mesh the internet isn't available
1850
   # to do this, but on a purely local mesh the internet isn't available

+ 3
- 3
src/freedombone-meshweb Zobrazit soubor

8
 
8
 
9
 PEERS_FILE=/tmp/meshwebstart
9
 PEERS_FILE=/tmp/meshwebstart
10
 
10
 
11
-ZERONET_REPO='https://github.com/bashrc/ZeroNet'
11
+ZERONET_REPO='https://github.com/HelloZeroNet/ZeroNet'
12
 ZERONET_BLOG_REPO='https://github.com/HelloZeroNet/ZeroBlog'
12
 ZERONET_BLOG_REPO='https://github.com/HelloZeroNet/ZeroBlog'
13
 ZERONET_FORUM_REPO='https://github.com/HelloZeroNet/ZeroTalk'
13
 ZERONET_FORUM_REPO='https://github.com/HelloZeroNet/ZeroTalk'
14
 ZERONET_URL=http://127.0.0.1:43110
14
 ZERONET_URL=http://127.0.0.1:43110
245
     if [ ! -d $ZERONET_DIR ]; then
245
     if [ ! -d $ZERONET_DIR ]; then
246
         exit 56823
246
         exit 56823
247
     fi
247
     fi
248
-    cd $ZERONET_DIR
249
-    git checkout bashrc/bootstrap-file
248
+    #cd $ZERONET_DIR
249
+    #git checkout bashrc/bootstrap-file
250
     # Hack to ensure that the file access port is opened
250
     # Hack to ensure that the file access port is opened
251
     # This is because zeronet normally relies on an internet site
251
     # This is because zeronet normally relies on an internet site
252
     # to do this, but on a purely local mesh the internet isn't available
252
     # to do this, but on a purely local mesh the internet isn't available