Overview
Comment: | setup.sh: Disable fossil autosync |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
e059be05c199fcf9ac529d26ad969334 |
User & Date: | js on 2022-11-15 22:18:13 |
Other Links: | manifest | tags |
Context
2022-11-15
| ||
22:18 | yt-dlp: Prefer AV1 check-in: 9a5fcd8877 user: js tags: trunk | |
22:18 | setup.sh: Disable fossil autosync check-in: e059be05c1 user: js tags: trunk | |
2022-10-22
| ||
20:17 | setup.sh: Set fossil autosync to pullonly check-in: 2bc74e893f user: js tags: trunk | |
Changes
Modified setup.sh from [30539c6d28] to [3cf6f2e405].
︙ | ︙ | |||
17 18 19 20 21 22 23 | mkdir -p $HOME/.config have cvs && link_file cvsrc .cvsrc have fish && link_file fish .config/fish ../ if have fossil; then echo "Setting global fossil settingsā¦" | | | 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | mkdir -p $HOME/.config have cvs && link_file cvsrc .cvsrc have fish && link_file fish .config/fish ../ if have fossil; then echo "Setting global fossil settingsā¦" fossil set --global autosync 0 fossil set --global editor 'vim -c "se ft=gitcommit"' fossil set --global mv-rm-files 1 if have gpg2; then gpg="gpg2" elif have gpg; then gpg="gpg" |
︙ | ︙ |