Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9123242
tasks.py
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
512 B
Subscribers
None
tasks.py
View Options
# Copyright (C) 2019 the Software Heritage developers
# License: GNU General Public License version 3, or any later version
# See top-level LICENSE file for more information
from
celery
import
shared_task
from
swh.lister.cran.lister
import
CRANLister
@shared_task
(
name
=
__name__
+
".CRANListerTask"
)
def
list_cran
(
**
lister_args
):
"""Lister task for the CRAN registry"""
return
CRANLister
.
from_configfile
(
**
lister_args
)
.
run
()
.
dict
()
@shared_task
(
name
=
__name__
+
".ping"
)
def
_ping
():
return
"OK"
File Metadata
Details
Attached
Mime Type
text/x-python
Expires
Sat, Jun 21, 5:12 PM (1 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3237140
Attached To
rDLS Listers
Event Timeline
Log In to Comment