Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7123423
D8667.id31300.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Subscribers
None
D8667.id31300.diff
View Options
diff --git a/static/img/logos/conda.png b/static/img/logos/conda.png
new file mode 100644
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001
literal 0
Hc$@<O00001
diff --git a/static/img/logos/cpan.png b/static/img/logos/cpan.png
new file mode 100644
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001
literal 0
Hc$@<O00001
diff --git a/static/img/logos/puppet.png b/static/img/logos/puppet.png
new file mode 100644
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001
literal 0
Hc$@<O00001
diff --git a/static/img/logos/rubygems.png b/static/img/logos/rubygems.png
new file mode 100644
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001
literal 0
Hc$@<O00001
diff --git a/swh/web/archive_coverage/views.py b/swh/web/archive_coverage/views.py
--- a/swh/web/archive_coverage/views.py
+++ b/swh/web/archive_coverage/views.py
@@ -86,6 +86,25 @@
"default": "cgit",
},
},
+ {
+ "type": "conda",
+ "info_url": "https://conda.io/",
+ "info": (
+ "source packages from the Conda open source package management "
+ "system and environment management"
+ ),
+ "search_pattern": {
+ "default": "https://anaconda.org/",
+ },
+ },
+ {
+ "type": "cpan",
+ "info_url": "https://www.cpan.org/",
+ "info": "source packages from The Comprehensive Perl Archive Network",
+ "search_pattern": {
+ "default": "https://metacpan.org/",
+ },
+ },
{
"type": "CRAN",
"info_url": "https://cran.r-project.org",
@@ -255,6 +274,14 @@
"default": "https://pub.dev",
},
},
+ {
+ "type": "puppet",
+ "info_url": "https://forge.puppet.com/",
+ "info": "source packages from the Puppet Forge",
+ "search_pattern": {
+ "default": "https://forge.puppet.com/modules/",
+ },
+ },
{
"type": "pypi",
"info_url": "https://pypi.org",
@@ -263,6 +290,14 @@
"default": "https://pypi.org",
},
},
+ {
+ "type": "rubygems",
+ "info_url": "https://rubygems.org",
+ "info": "source packages from the Ruby community's gem hosting service",
+ "search_pattern": {
+ "default": "https://rubygems.org/gems/",
+ },
+ },
{
"type": "sourceforge",
"info_url": "https://sourceforge.net",
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 19, 8:48 AM (11 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3226626
Attached To
D8667: archive_coverage: Add new origin types
Event Timeline
Log In to Comment