File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 50
50
51
51
# Ensure Homebrew is owned by my user
52
52
echo Ensure Homebrew is owned by my user >> $LOG 2>&1
53
- sudo chown -Rh jc:staff /usr/local > $LOG 2>&1
53
+ sudo chown -Rh jc:staff /usr/local >> $LOG 2>&1
54
+
55
+ # Ensure the temporary SQLCipher v3.4.2 tap is in place
56
+ echo Ensure the temporary SQLCipher v3.4.2 tap is in place >> $LOG 2>&1
57
+ brew tap justinclift/sqlcipher3 >> $LOG 2>&1
54
58
55
59
# Update Homebrew
56
60
echo Update Homebrew >> $LOG 2>&1
@@ -137,7 +141,7 @@ $BREW remove `$BREW list` --force >>$LOG 2>&1
137
141
138
142
# Install sqlcipher
139
143
echo Install sqlcipher >> $LOG 2>&1
140
- $BREW install sqlcipher --with-fts >> $LOG 2>&1
144
+ $BREW install sqlcipher3 --with-fts >> $LOG 2>&1
141
145
142
146
# Clean the sqlitebrowser source
143
147
echo Clean the sqlitebrowser source >> $LOG 2>&1
211
215
212
216
# Upload nightly builds and the build log thus far
213
217
echo Upload nightly builds >> $LOG 2>&1
214
- rsync -a $HOME /db4s_nightlies/DB\ Browser\ for\ SQLite* ${DATE} .dmg $HOME /db4s_nightlies/nightly.log-${DATE} ${UPLOAD_SERVER} :/nightlies/osx/ >> $LOG 2>&1
218
+ rsync -aP $HOME /db4s_nightlies/DB\ Browser\ for\ SQLite* ${DATE} .dmg $HOME /db4s_nightlies/nightly.log-${DATE} ${UPLOAD_SERVER} :/nightlies/osx/ >> $LOG 2>&1
215
219
216
220
# Add the new builds to the "latest" directory
217
221
ssh ${UPLOAD_SERVER} " cd /nightlies/latest; rm -f *dmg" >> $LOG 2>&1
You can’t perform that action at this time.
0 commit comments