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
860b9644
Commit
860b9644
authored
1 year ago
by
Jenkins for Software Heritage
Browse files
Options
Downloads
Plain Diff
Merge tag 'debian/1.4.3-1_swh1' into debian/buster-swh
parents
330a4db9
439a3a2b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
PKG-INFO
+1
-1
1 addition, 1 deletion
PKG-INFO
debian/changelog
+6
-3
6 additions, 3 deletions
debian/changelog
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
12 additions
and
6 deletions
PKG-INFO
+
1
−
1
View file @
860b9644
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.
debian/changelog
+
6
−
3
View file @
860b9644
swh-deposit (1.4.
2
-1~swh1
~bpo10+1) buster
-swh; urgency=medium
swh-deposit (1.4.
3
-1~swh1
) unstable
-swh; urgency=medium
* Rebuild for buster-swh
* New upstream release 1.4.3 - (tagged by Antoine R. Dumont
(@ardumont) <ardumont@softwareheritage.org> on 2023-11-24 09:52:44
+0100)
* Upstream changes: - v1.4.3
-- Software Heritage autobuilder (on jenkins-debian1) <jenkins@jenkins-debian1.internal.softwareheritage.org>
Thu
, 2
3
Nov 2023
11:24
:3
6
+0000
-- Software Heritage autobuilder (on jenkins-debian1) <jenkins@jenkins-debian1.internal.softwareheritage.org>
Fri
, 2
4
Nov 2023
08:59
:3
7
+0000
swh-deposit (1.4.2-1~swh1) unstable-swh; urgency=medium
...
...
This diff is collapsed.
Click to expand it.
swh.deposit.egg-info/PKG-INFO
+
1
−
1
View file @
860b9644
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 @
860b9644
...
...
@@ -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