Updating gitignore
Signed-off-by: volpino <fox91@anche.no>
This commit is contained in:
parent
b5b05e9502
commit
4b84dd54b5
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,4 @@
|
||||
*~
|
||||
*.py[co]
|
||||
*.egg-info
|
||||
|
||||
.idea
|
||||
|
@ -6,6 +6,7 @@ from djeuscan.processing.misc import regen_rrds
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class Command(BaseCommand):
|
||||
_overlays = {}
|
||||
help = 'Regenerate rrd database'
|
||||
|
@ -360,6 +360,15 @@ def send_monthly_email():
|
||||
group_chunks(process_emails, profiles, settings.TASKS_EMAIL_GROUPS)()
|
||||
return True
|
||||
|
||||
|
||||
@task
|
||||
def collect_stabilization_candidates():
|
||||
"""
|
||||
This task collects the packages that are stabilization candidates
|
||||
"""
|
||||
pass
|
||||
|
||||
|
||||
admin_tasks = [
|
||||
regen_rrds,
|
||||
update_counters,
|
||||
|
Loading…
Reference in New Issue
Block a user