CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Namespaces | Functions | Variables
upload_popcon.py File Reference

Go to the source code of this file.

Classes

class  upload_popcon.ConditionsUploader
 
class  upload_popcon.HTTP
 
class  upload_popcon.HTTPError
 

Namespaces

 upload_popcon
 

Functions

def upload_popcon.addToTarFile
 

Variables

string upload_popcon.__author__ = 'Andreas Pfeiffer'
 
string upload_popcon.__copyright__ = 'Copyright 2015, CERN CMS'
 
list upload_popcon.__credits__ = ['Giacomo Govi', 'Salvatore Di Guida', 'Miguel Ojeda', 'Andreas Pfeiffer']
 
string upload_popcon.__email__ = 'andreas.pfeiffer@cern.ch'
 
string upload_popcon.__license__ = 'Unknown'
 
string upload_popcon.__maintainer__ = 'Andreas Pfeiffer'
 
string upload_popcon.CERN_SSO_CURL_CAPATH = '/etc/pki/tls/certs'
 
string upload_popcon.defaultBackend = 'online'
 
string upload_popcon.defaultDevHostname = 'cms-conddb-dev.cern.ch'
 
string upload_popcon.defaultHostname = 'cms-conddb-prod.cern.ch'
 
string upload_popcon.defaultNetrcHost = 'ConditionUploader'
 
string upload_popcon.defaultTemporaryFile = 'upload.tar.bz2'
 
string upload_popcon.defaultUrlTemplate = 'https://%s/cmsDbUpload/'
 
string upload_popcon.defaultWorkflow = 'offline'