[cig-commits] r18436 - short/3D/PyLith/trunk

brad at geodynamics.org brad at geodynamics.org
Mon May 23 08:15:27 PDT 2011


Author: brad
Date: 2011-05-23 08:15:26 -0700 (Mon, 23 May 2011)
New Revision: 18436

Modified:
   short/3D/PyLith/trunk/
   short/3D/PyLith/trunk/TODO
Log:
Updated buildbot props.


Property changes on: short/3D/PyLith/trunk
___________________________________________________________________
Name: buildbot:config
   - # -*- cfg -*-
# vim:set ft=cfg:

[packaging]

bin_dirs =
    bin

lib_dirs =
    lib

misc_dirs =
    etc
    include
    share

files =
    setup.sh


strip_list =
    lib/libpylith
    lib/libspatialdata

exclude =
    bin/gcc
    bin/gccbug
    bin/g++
    bin/gfortran
    bin/cpp
    bin/bfort
    bin/f2py
    bin/x86_64-unknown-linux-gnu-c++*
    bin/x86_64-unknown-linux-gnu-g++*
    bin/x86_64-unknown-linux-gnu-gcc*
    bin/x86_64-unknown-linux-gnu-gcc-4.5.2*
    bin/x86_64-unknown-linux-gnu-gfortran*
    share/man/man1/cpp.1
    share/man/man1/g++.1
    share/man/man1/gcc.1
    share/man/man1/gfotran.1
    share/man/man3/*
    
    lib/*.a

scripts =
    pylith
    pylithinfo
    pyconvert.py
    gensimpledb.py


   + # -*- cfg -*-

[packaging]

bin_dirs =
    bin

lib_dirs =
    lib

misc_dirs =
    etc
    share

files =
    setup.sh


strip_list =
    lib/libpylith
    lib/libspatialdata

exclude =
    bin/cpp
    bin/c++
    bin/gcc
    bin/gccbug
    bin/g++
    bin/gcov
    bin/gfortran
    bin/x86_64-unknown-linux-gnu-c++.*
    bin/x86_64-unknown-linux-gnu-g++.*
    bin/x86_64-unknown-linux-gnu-gcc.*
    bin/x86_64-unknown-linux-gnu-gfortran.*
    bin/TOPSGenerator\.py
    bin/TOPSInstaller\.py
    bin/adiforfix\.py
    bin/adprocess\.py
    bin/bfort
    bin/bib2html
    bin/bsp_virtual
    bin/configVars\.py
    bin/doctext
    bin/f2py
    bin/maint/.*
    bin/matio\.py
    bin/matlab/.*
    bin/parseargs\.py
    bin/petsc_libtool
    bin/petscmpiexec
    bin/petscrun
    bin/popup
    bin/portabilitycheck\.py
    bin/pstogif
    bin/pstoxbm
    bin/task_manager
    bin/taucc\.py
    bin/tohtml
    bin/update\.py
    bin/urlget
    bin/urlget\.py
    bin/win32fe/.*
    share/man/man1/cpp\.1
    share/man/man1/g++\.1
    share/man/man1/gcc\.1
    share/man/man1/gfortran\.1
    share/man/man3/.*
    share/info/.*
    share/doc/.*
    lib/.*\.a

scripts =
    pylith
    pylithinfo
    pyconvert.py
    gensimpledb.py
    powerlaw_gendb.py


Modified: short/3D/PyLith/trunk/TODO
===================================================================
--- short/3D/PyLith/trunk/TODO	2011-05-23 15:12:06 UTC (rev 18435)
+++ short/3D/PyLith/trunk/TODO	2011-05-23 15:15:26 UTC (rev 18436)
@@ -11,12 +11,16 @@
 
 * BUILDBOT
 
+  1. Create packing list
+  2. Write to file. (tar -T file)
+
   (1) cygwin
       + packaging
 
   (2) linux/darwin
       + ignore all the extra junk in bin and lib
 
+
 * Unform global refinement
 
     Check refinement in parallel thoroughly.



More information about the CIG-COMMITS mailing list