Skip to content
Snippets Groups Projects
Commit bf12dcd2 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

New upstream version 0.0.30

parents 82f3e0cf caab23a1
No related branches found
Tags debian/upstream/0.0.11
No related merge requests found
Metadata-Version: 2.1
Name: swh.deposit
Version: 0.0.29
Version: 0.0.30
Summary: Software Heritage Deposit Server
Home-page: https://forge.softwareheritage.org/source/swh-deposit/
Author: Software Heritage developers
......
Metadata-Version: 2.1
Name: swh.deposit
Version: 0.0.29
Version: 0.0.30
Summary: Software Heritage Deposit Server
Home-page: https://forge.softwareheritage.org/source/swh-deposit/
Author: Software Heritage developers
......
......@@ -88,6 +88,7 @@ swh/deposit/migrations/0003_temporaryarchive.py
swh/deposit/migrations/0004_delete_temporaryarchive.py
swh/deposit/migrations/0005_auto_20171019_1436.py
swh/deposit/migrations/0006_depositclient_url.py
swh/deposit/migrations/0007_auto_20171129_1609.py
swh/deposit/migrations/__init__.py
swh/deposit/service/__init__.py
swh/deposit/service/clean_temporary_directory.py
......
# -*- coding: utf-8 -*-
# Generated by Django 1.10.7 on 2017-11-29 16:09
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('deposit', '0006_depositclient_url'),
]
operations = [
migrations.AlterField(
model_name='depositclient',
name='url',
field=models.TextField(null=False),
),
]
......@@ -64,7 +64,7 @@ def post_deposit_save(sender, instance, created, raw, using,
check_url = reverse(PRIVATE_CHECK_DEPOSIT, args=args)
task = create_oneshot_task_dict(
'swh-deposit-archive-checks',
archive_check_url=check_url)
deposit_check_url=check_url)
else: # instance.status == DEPOSIT_STATUS_READY:
# schedule loading
from swh.deposit.config import PRIVATE_GET_RAW_CONTENT
......
v0.0.29-0-gca03956
\ No newline at end of file
v0.0.30-0-gcaab23a
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment