- Timestamp:
- 04/20/07 15:08:23 (16 years ago)
- Location:
- trunk/jobarchived
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/jobarchived/jobarchived.conf-dist
r295 r324 41 41 42 42 # Where to grab XML data from 43 # Usually: local gmetad (port 865 2)43 # Usually: local gmetad (port 8651) 44 44 # 45 45 # Syntax: <hostname>:<port> 46 46 # 47 ARCHIVE_XMLSOURCE : localhost:865 247 ARCHIVE_XMLSOURCE : localhost:8651 48 48 49 49 # List of data_source names to archive for -
trunk/jobarchived/jobarchived.py
r296 r324 717 717 self.clusters = { } 718 718 self.ds = datastore 719 719 720 debug_msg( 1, 'Checking database..' ) 720 721 self.ds.checkStaleJobs() … … 913 914 914 915 else: 915 self.s.send( '\n' )916 #self.s.send( '\n' ) 916 917 917 918 my_fp = self.s.makefile( 'r' )
Note: See TracChangeset
for help on using the changeset viewer.