Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
swh-deposit
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Platform
Development
Debian Packaging
swh-deposit
Commits
cdeccf97
Commit
cdeccf97
authored
1 year ago
by
Jenkins for Software Heritage
Browse files
Options
Downloads
Plain Diff
New upstream version 1.4.3
parents
0d347d14
bbf4b093
No related branches found
Branches containing commit
Tags
debian/upstream/1.4.3
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
PKG-INFO
+1
-1
1 addition, 1 deletion
PKG-INFO
swh.deposit.egg-info/PKG-INFO
+1
-1
1 addition, 1 deletion
swh.deposit.egg-info/PKG-INFO
swh/deposit/settings/production.py
+4
-1
4 additions, 1 deletion
swh/deposit/settings/production.py
with
6 additions
and
3 deletions
PKG-INFO
+
1
−
1
View file @
cdeccf97
Metadata-Version: 2.1
Name: swh.deposit
Version: 1.4.
2
Version: 1.4.
3
Summary: Software Heritage Deposit Server
Home-page: https://forge.softwareheritage.org/source/swh-deposit/
Author: Software Heritage developers
...
...
This diff is collapsed.
Click to expand it.
swh.deposit.egg-info/PKG-INFO
+
1
−
1
View file @
cdeccf97
Metadata-Version: 2.1
Name: swh.deposit
Version: 1.4.
2
Version: 1.4.
3
Summary: Software Heritage Deposit Server
Home-page: https://forge.softwareheritage.org/source/swh-deposit/
Author: Software Heritage developers
...
...
This diff is collapsed.
Click to expand it.
swh/deposit/settings/production.py
+
4
−
1
View file @
cdeccf97
...
...
@@ -134,7 +134,10 @@ if cfg_azure:
object_parameters
=
{}
for
optional_config_key
in
[
"
content_type
"
,
"
content_disposition
"
]:
if
optional_config_key
in
cfg_azure
:
object_parameters
[
optional_config_key
]
=
cfg_azure
[
optional_config_key
]
value
=
cfg_azure
[
optional_config_key
]
# Explicit "" as None instead of empty string which is not interpreted
# correctly
object_parameters
[
optional_config_key
]
=
None
if
not
value
else
value
options
.
update
(
dict
(
object_parameters
=
object_parameters
))
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment