Bob Mottram преди 6 години
родител
ревизия
43cf7e3d20
променени са 5 файла, в които са добавени 9 реда и са изтрити 9 реда
  1. 1
    1
      src/freedombone-app-smolrss
  2. 3
    3
      src/freedombone-app-tox
  3. 1
    1
      src/freedombone-base-email
  4. 1
    1
      src/freedombone-image-vmdebootstrap
  5. 3
    3
      src/freedombone-utils-gnusocialtools

+ 1
- 1
src/freedombone-app-smolrss Целия файл

@@ -34,7 +34,7 @@ SHOW_ICANN_ADDRESS_ON_ABOUT=0
34 34
 SMOLRSS_DOMAIN_NAME=
35 35
 SMOLRSS_CODE=
36 36
 SMOLRSS_ONION_PORT=8751
37
-SMOLRSS_REPO="https://github.com/bashrc/smolrss"
37
+SMOLRSS_REPO="https://code.freedombone.net/bashrc/smolrss"
38 38
 SMOLRSS_COMMIT='d9fca3fd76b95c601553a1264ff500c287211105'
39 39
 
40 40
 smolrss_variables=(ONION_ONLY

+ 3
- 3
src/freedombone-app-tox Целия файл

@@ -34,10 +34,10 @@ SHOW_ON_ABOUT=1
34 34
 TOX_PORT=33445
35 35
 
36 36
 # upstream is https://github.com/TokTok/c-toxcore
37
-TOXCORE_REPO="https://github.com/bashrc/toxcore"
37
+TOXCORE_REPO="https://code.freedombone.net/bashrc/toxcore"
38 38
 TOXCORE_COMMIT='7d399cedcfd20f0d91a8caf386ae3c63f4dcf285'
39 39
 
40
-TOXID_REPO="https://github.com/bashrc/toxid"
40
+TOXID_REPO="https://code.freedombone.net/bashrc/toxid"
41 41
 TOX_BOOTSTRAP_ID_FILE=/var/lib/tox-bootstrapd/pubkey.txt
42 42
 # These are some default nodes, but you can replace them with trusted nodes
43 43
 # as you prefer. See https://wiki.tox.im/Nodes
@@ -50,7 +50,7 @@ TOXIC_REPO="https://github.com/Tox/toxic"
50 50
 TOXIC_COMMIT='68ce17a57fd05599968a299e5dc516e183ebcf75'
51 51
 TOXIC_FILE=/usr/local/bin/toxic
52 52
 
53
-QTOX_REPO="https://github.com/bashrc/qTox"
53
+QTOX_REPO="https://code.freedombone.net/bashrc/qTox"
54 54
 QTOX_COMMIT='origin/bashrc/freedombone'
55 55
 
56 56
 tox_variables=(SYSTEM_TYPE

+ 1
- 1
src/freedombone-base-email Целия файл

@@ -59,7 +59,7 @@ MY_GPG_PRIVATE_KEY=
59 59
 MY_GPG_PUBLIC_KEY_ID=
60 60
 
61 61
 # automatic archiving of email
62
-CLEANUP_MAILDIR_REPO="https://github.com/bashrc/cleanup-maildir"
62
+CLEANUP_MAILDIR_REPO="https://code.freedombone.net/bashrc/cleanup-maildir"
63 63
 CLEANUP_MAILDIR_COMMIT='33241d2e3861f901ba17f5c77ada007e1ec06a86'
64 64
 
65 65
 # email encryption at rest

+ 1
- 1
src/freedombone-image-vmdebootstrap Целия файл

@@ -29,7 +29,7 @@ PROJECT_NAME='freedombone'
29 29
 export TEXTDOMAIN=${PROJECT_NAME}-image-vmdebootstrap
30 30
 export TEXTDOMAINDIR="/usr/share/locale"
31 31
 
32
-VMDEBOOTSTRAP_REPO="https://github.com/bashrc/vmdebootstrap"
32
+VMDEBOOTSTRAP_REPO="https://code.freedombone.net/bashrc/vmdebootstrap"
33 33
 VMDEBOOTSTRAP_BRANCH="bashrc/${PROJECT_NAME}"
34 34
 
35 35
 mkdir -p vendor

+ 3
- 3
src/freedombone-utils-gnusocialtools Целия файл

@@ -27,15 +27,15 @@
27 27
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
28 28
 
29 29
 # Qvitter upstream: https://git.gnu.io/h2p/Qvitter"
30
-QVITTER_THEME_REPO="https://github.com/bashrc/Qvitter"
30
+QVITTER_THEME_REPO="https://code.freedombone.net/bashrc/Qvitter"
31 31
 QVITTER_THEME_COMMIT='c6f09bda4e45be4290cf7409fa5efb4420538032'
32 32
 
33 33
 PLEROMA_FRONTEND_REPO="https://gitgud.io/lambadalambda/pleroma-fe"
34 34
 PLEROMA_FRONTEND_COMMIT='3b3bbaab822b553f514a62d20d679acc5ce4414a'
35 35
 
36
-SHARINGS_REPO="http://github.com/bashrc/Sharings"
36
+SHARINGS_REPO="http://code.freedombone.net/bashrc/Sharings"
37 37
 SHARINGS_COMMIT='0d30fe7d153c7ab44e8459970b8f2b5dec06e43c'
38
-SHARINGS_THEME_REPO="http://github.com/bashrc/SharingsTheme"
38
+SHARINGS_THEME_REPO="http://code.freedombone.net/bashrc/SharingsTheme"
39 39
 SHARINGS_THEME_COMMIT='a46ef375d19e8ef6889653668a7e697b0ba2013c'
40 40
 
41 41
 GNUSOCIAL_MARKDOWN_REPO="https://git.gnu.io/chimo/markdown.git"