{% comment %} Copyright (C) 2017-2019 The Software Heritage developers See the AUTHORS file at the top-level directory of this distribution License: GNU Affero General Public License version 3, or any later version See top-level LICENSE file for more information {% endcomment %} {% load swh_templatetags %} {% if vault_cooking %}
You have requested the cooking of the directory with identifier {{ vault_cooking.directory_id }}
into a standard tar.gz archive
.
Once downloaded, the directory can be extracted with the following command:
$ tar xvzf {{ vault_cooking.directory_id }}.tar.gz
Are you sure you want to continue ?
You have requested the download of the directory with identifier {{ vault_cooking.directory_id }}
as a standard tar.gz archive
.
Once downloaded, the directory can be extracted with the following command:
$ tar xvzf {{ vault_cooking.directory_id }}.tar.gz
Are you sure you want to continue ?
You have requested the cooking of the history heading to revision with identifier {{ vault_cooking.revision_id }}
into a git fast-import archive
.
Once downloaded, the git repository can be imported with the following commands:
$ git init
$ zcat {{ vault_cooking.revision_id }}.gitfast.gz | git fast-import
Are you sure you want to continue ?
You have requested the download of the history heading to revision with identifier {{ vault_cooking.revision_id }}
as a git fast-import archive
.
Once downloaded, the git repository can be imported with the following commands:
$ git init
$ zcat {{ vault_cooking.revision_id }}.gitfast.gz | git fast-import
Are you sure you want to continue ?
The provided email is not well-formed.