Compare commits

...

7 Commits

Author SHA1 Message Date
Alexander Neumann 1d7e7fcd6b
Merge pull request #4049 from MichaelEischer/fix-rewrite-docs
rewrite: fix link anchors in documentation
2022-11-28 19:39:38 +01:00
Alexander Neumann bb83c78ee5
Merge pull request #4047 from MichaelEischer/clean-ci-configuration
Cleanup CI configuration
2022-11-28 19:38:33 +01:00
Michael Eischer 0eddc89e98 doc: design.rst: Fix highlighting for index snippet
JSON does not support comments. As JSON is a subset of Javascript, use
the latter instead.
2022-11-27 17:01:27 +01:00
Michael Eischer 41b0f1d43a doc: fix link to amazon s3 section 2022-11-27 17:01:22 +01:00
Michael Eischer 6a793db9ca rewrite: fix link anchors in documentation 2022-11-27 16:38:10 +01:00
Michael Eischer 9aa06ce959 CI: remove option to configure command used to install go tools
With the minimum required go version of 1.18, we always use `go
install`.
2022-11-27 15:07:29 +01:00
Michael Eischer 5968971313 CI: remove dependabot ignore for bazil.org/fuse
We've switched to a fork of the original library, thus the ignore is no
longer necessary.
2022-11-27 15:06:30 +01:00
6 changed files with 7 additions and 10 deletions

View File

@ -5,8 +5,6 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "monthly"
ignore:
- dependency-name: "bazil.org/fuse"
# Dependencies listed in .github/workflows/*.yml
- package-ecosystem: "github-actions"

View File

@ -21,13 +21,11 @@ jobs:
- job_name: Windows
go: 1.19.x
os: windows-latest
install_verb: install
- job_name: macOS
go: 1.19.x
os: macOS-latest
test_fuse: false
install_verb: install
- job_name: Linux
go: 1.19.x
@ -35,20 +33,17 @@ jobs:
test_cloud_backends: true
test_fuse: true
check_changelog: true
install_verb: install
- job_name: Linux (race)
go: 1.19.x
os: ubuntu-latest
test_fuse: true
test_opts: "-race"
install_verb: install
- job_name: Linux
go: 1.18.x
os: ubuntu-latest
test_fuse: true
install_verb: install
name: ${{ matrix.job_name }} Go ${{ matrix.go }}
runs-on: ${{ matrix.os }}
@ -65,7 +60,7 @@ jobs:
- name: Get programs (Linux/macOS)
run: |
echo "build Go tools"
go ${{ matrix.install_verb }} github.com/restic/rest-server/cmd/rest-server@latest
go install github.com/restic/rest-server/cmd/rest-server@latest
echo "install minio server"
mkdir $HOME/bin
@ -97,7 +92,7 @@ jobs:
$ProgressPreference = 'SilentlyContinue'
echo "build Go tools"
go ${{ matrix.install_verb }} github.com/restic/rest-server/...
go install github.com/restic/rest-server/...
echo "install minio server"
mkdir $Env:USERPROFILE/bin

View File

@ -221,6 +221,8 @@ REST server uses exactly the same directory structure as local backend,
so you should be able to access it both locally and via HTTP, even
simultaneously.
.. _Amazon S3:
Amazon S3
*********

View File

@ -205,6 +205,7 @@ Combined with ``--verbose``, you can see a list of changes:
Would be added to the repository: 25.551 MiB
.. _backup-excluding-files:
Excluding Files
***************

View File

@ -137,6 +137,7 @@ or the environment variable ``$RESTIC_FROM_KEY_HINT``.
along with remotes which are configured in rclone.
.. _copy-filtering-snapshots:
Filtering snapshots to copy
---------------------------

View File

@ -257,7 +257,7 @@ be downloaded and used to reconstruct the index. The file encoding is
described in the "Unpacked Data Format" section. The plaintext consists
of a JSON document like the following:
.. code:: json
.. code:: javascript
{
"supersedes": [