We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 754da00 + a78abf8 commit c463035Copy full SHA for c463035
docs/04_publishing.md
@@ -59,7 +59,7 @@ in CernVM-FS versions prior to 2.8.0 (see [here](https://github.com/cvmfs/cvmfs/
59
In case you have a compressed tarball, you can use an appropriate decompression tool and write the output to `stdout`.
60
This output can then be piped to `cvmfs_server` command while passing '`-`' to the `-t` option. For example, for a `.tar.gz` file:
61
```bash
62
-gunzip -c mytarball.tar.gz | cvmfs_server ingest -b some/path -t -
+gunzip -c mytarball.tar.gz | cvmfs_server ingest -t - -b some/path repo.organization.tld
63
```
64
65
0 commit comments