Home
last modified time | relevance | path

Searched full:cron (Results 1 – 25 of 41) sorted by relevance

12

/external/chromium_org/chrome/common/extensions/docs/server2/
Dcron_servlet.py25 _log = CustomLogger('cron')
29 '''Servlet which runs a cron job.
61 # So, manually flush logs at the end of the cron run. However, sometimes
73 # Cron strategy:
119 # This should never actually happen (each cron step does its own
137 # HEAD. These cron jobs take a while and run very frequently such that
164 change as the cron runs.
172 NOTE: If passed None it's likely that during the cron run patches will be
173 submitted at HEAD, which may change data underneath the cron run.
Dhandler.py23 'cron': CronServlet,
44 return Response.Ok('Cron job started.')
Dnew_github_file_system.py130 # empty, the emptiness most likely due to this being a cron run.
201 # wants to refresh (e.g. running a cron), so fetch the live stat from
207 # This is either a cron or an instance where a cron has never been run.
220 # Instance where cron has been run. It should be in blobstore.
Dinstance_servlet.py38 # In production have offline=True so that we can catch cron errors. In
39 # development it's annoying to have to run the cron job, so offline=False.
Dpatch_servlet.py32 # the Git repository but not yet pulled into data store by cron jobs (a
70 # HACK: if content_providers.json changes in this patch then the cron needs
Drefresh_servlet.py127 NOTE: If passed None it's likely that during the cron run patches will be
128 submitted at HEAD, which may change data underneath the cron run.
DPRESUBMIT.py69 cron_yaml_path = os.path.join(input_api.PresubmitLocalPath(), 'cron.yaml')
83 'Versions of app.yaml (%s) and cron.yaml (%s) must match' % (
Dcron.yaml1 cron:
Dintegration_test.py90 '''Runs cron then requests every public file. Cron needs to be run first
103 print('Running cron...')
Dredirector.py106 ''' Load files during a cron run.
/external/chromium_org/chrome/installer/linux/debian/
Dbuild.sh45 "${STAGEDIR}/etc/cron.daily" \
78 install -m 755 -d "${STAGEDIR}/${INSTALLDIR}/cron"
79 process_template "${BUILDDIR}/installer/common/repo.cron" \
80 "${STAGEDIR}/${INSTALLDIR}/cron/${PACKAGE}"
81 chmod 755 "${STAGEDIR}/${INSTALLDIR}/cron/${PACKAGE}"
82 pushd "${STAGEDIR}/etc/cron.daily/"
83 ln -snf "${INSTALLDIR}/cron/${PACKAGE}" "${PACKAGE}"
Dpostinst68 # Run the cron job immediately to perform repository configuration.
69 nohup sh /etc/cron.daily/@@PACKAGE@@ > /dev/null 2>&1 &
/external/valgrind/main/nightly/
DREADME.txt4 system for Valgrind, intended to be run nightly by cron or a similar
103 depend on what shell is used by cron or any similar program).
137 You probably want to put this command into a cron file or equivalent
140 from cron, rather than running $DIR/bin/nightly directly. That way you
213 from cron.
/external/chromium_org/remoting/host/installer/linux/debian/
Dpostinst50 # Run the cron job immediately to perform repository configuration.
51 nohup sh /etc/cron.daily/chrome-remote-desktop > /dev/null 2>&1 &
/external/e2fsprogs/contrib/
De2croncheck3 # e2croncheck -- run e2fsck automatically out of /etc/cron.weekly
7 # or so by the cron daemon to check a mounted filesystem (normally
/external/chromium_org/remoting/host/installer/linux/
DMakefile12 CRON_DIR = $(DESTDIR)/etc/cron.daily
68 install $(BUILD_DIR)/remoting/installer/cron/chrome-remote-desktop \
Dbuild-deb.sh123 CRON_SCRIPT_DIR="${SCRIPTDIR}/../../../../out/Release/remoting/installer/cron"
126 "${SCRIPTDIR}/../../../../chrome/installer/linux/common/repo.cron" \
/external/chromium_org/chrome/installer/linux/rpm/
Dbuild.sh32 install -m 755 -d "${STAGEDIR}/etc/cron.daily"
60 process_template "${BUILDDIR}/installer/common/rpmrepo.cron" \
61 "${STAGEDIR}/etc/cron.daily/${PACKAGE}"
62 chmod 755 "${STAGEDIR}/etc/cron.daily/${PACKAGE}"
Dchrome.spec.template89 /etc/cron.daily/@@PACKAGE_FILENAME@@
148 # configured at install time, so wait a bit then kick the cron job to do
150 # cron job will keep retrying.
157 echo "sh /etc/cron.daily/@@PACKAGE@@" | at now + 2 minute > /dev/null 2>&1
/external/tcpdump/
Dprint-syslog.c65 { 9, "cron" },
71 { 15, "cron" },
/external/chromium_org/chrome/installer/linux/common/
Drpm.include134 # This is called by the cron job, rather than in the RPM postinstall.
157 # Defer urpmi.addmedia to configure_urpmi() in the cron job.
169 # We defer adding the key to later. See comment in the cron job.
Drpmrepo.cron47 # the cron job imports the key, Yast will grab the key from our server and
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
DREADME.searchcvs.setup.mysql.txt16 …ightly updates to the data (reflecting the day's cvs commits), run parsecvs.sh as a cron like this:
/external/valgrind/main/nightly/conf/
Dcellbuzz-native.conf6 # Note: please keep in mind that the default shell (a.o. used by cron) on the
Dcellbuzz-cross.conf6 # Note: please keep in mind that the default shell (a.o. used by cron) on the

12