Package scons :: Module distrib
[hide private]
[frames] | no frames]

Module distrib

source code

SCons targets for building the relax distribution packages.

Functions [hide private]
 
gpg_sign(target, source, env)
Builder action for creating a GPG signature of the binary distribution file.
source code
 
package(target, source, env)
Builder action for packaging the distribution archives.
source code
Variables [hide private]
  VERSION_CONTROL_DIRS = ['\\.git', '\\.hg', '\\.svn']
  BLACKLISTED_FILES = ['\\.sconsign', '^\\.', '\\.pyc$', '\\.o$'...
  __package__ = 'scons'

Imports: getcwd, path, sep, system, waitpid, walk, search, PIPE, Popen, sys, TarFile, ZipFile, version


Variables Details [hide private]

BLACKLISTED_FILES

Value:
['\\.sconsign',
 '^\\.',
 '\\.pyc$',
 '\\.o$',
 '\\.os$',
 '\\.obj$',
 '\\.lib$',
 '\\.exp$']