
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/PKGBUILD b/PKGBUILD | |
index 90322d4..7f6c533 100644 | |
--- a/PKGBUILD | |
+++ b/PKGBUILD | |
@@ -1,15 +1,15 @@ | |
# Maintainer: Ashley Towns <mail(at)ashleytowns(dot)id(dot)au> | |
-_version=DEVELOPMENT-SNAPSHOT-2016-03-16-a | |
+_version=DEVELOPMENT-SNAPSHOT-2016-04-12-a | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import logging | |
from delancie.backend import DelancieBackend | |
from dd.utils.cli import parse_date | |
from dd.utils.context.aggr_metric import AggrMetricService | |
from delancie.tasks.marlo_backfill import MarloBackfill, MarloBackfillJob, DEFAULT_TIMEOUT | |
log = logging.getLogger("dd.delancie.tasks.marlo_backfill") |
OlderNewer