浏览代码

Merge branch 'stretch' of https://github.com/bashrc/freedombone

Bob Mottram 7 年前
父节点
当前提交
ac086978db
共有 4 个文件被更改,包括 1 次插入3 次删除
  1. 二进制
      image_build/mesh_apps/ssb.apk
  2. 1
    1
      src/freedombone-base-tripwire
  3. 0
    1
      src/freedombone-image-customise
  4. 0
    1
      src/freedombone-utils-go

二进制
image_build/mesh_apps/ssb.apk 查看文件


+ 1
- 1
src/freedombone-base-tripwire 查看文件

139
     # Avoid logging the changed database
139
     # Avoid logging the changed database
140
     sed -i "s|\$(TWETC)/tw.pol.*||g" /etc/tripwire/twpol.txt
140
     sed -i "s|\$(TWETC)/tw.pol.*||g" /etc/tripwire/twpol.txt
141
     # site key name
141
     # site key name
142
-    sed -i "s|$(TWETC)/site.key|\$(TWETC)/\$(HOSTNAME)-site.key|g" /etc/tripwire/twpol.txt
142
+    sed -i "s|\$(TWETC)/site.key|\$(TWETC)/\$(HOSTNAME)-site.key|g" /etc/tripwire/twpol.txt
143
 
143
 
144
     # create the policy
144
     # create the policy
145
     echo '
145
     echo '

+ 0
- 1
src/freedombone-image-customise 查看文件

339
 EOF
339
 EOF
340
 
340
 
341
     { echo "MY_USERNAME=${MY_USERNAME}";
341
     { echo "MY_USERNAME=${MY_USERNAME}";
342
-      echo "SSH_PORT=${SSH_PORT}";
343
       echo '# initial setup of the system';
342
       echo '# initial setup of the system';
344
       echo 'if [ -f ~/.initial_setup ]; then';
343
       echo 'if [ -f ~/.initial_setup ]; then';
345
       echo '    if [ -f ~/login.txt ]; then';
344
       echo '    if [ -f ~/login.txt ]; then';

+ 0
- 1
src/freedombone-utils-go 查看文件

214
         echo $"golang binaries directory not found ${rootdir}/home/go/go${GO_VERSION}/bin"
214
         echo $"golang binaries directory not found ${rootdir}/home/go/go${GO_VERSION}/bin"
215
         exit 356356785
215
         exit 356356785
216
     fi
216
     fi
217
-    ls -la "${rootdir}/home/go/go${GO_VERSION}"
218
     if ! cp "${rootdir}/home/go/go${GO_VERSION}/bin/"* "${rootdir}/usr/bin"; then
217
     if ! cp "${rootdir}/home/go/go${GO_VERSION}/bin/"* "${rootdir}/usr/bin"; then
219
         ls -la "${rootdir}/home/go/go${GO_VERSION}"
218
         ls -la "${rootdir}/home/go/go${GO_VERSION}"
220
         echo $'Copying golang binaries failed'
219
         echo $'Copying golang binaries failed'