Overview
Comment:Ignorer les *.sqlite
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: c797d13294470d67b1fa1c446821fd433a041dbd
User & Date: bohwaz on 2013-03-15 10:46:41
Other Links: manifest | tags
Context
2013-03-27
23:25
Fix [ff2b665093] namespaces non préfixés check-in: eb64c8f636 user: bohwaz tags: trunk
2013-03-15
10:46
Ignorer les *.sqlite check-in: c797d13294 user: bohwaz tags: trunk
2013-03-12
23:54
Tentative de résoudre [117dbbfe67] check-in: 570569e36a user: bohwaz tags: trunk, 0.5.0
Changes

Modified make_release.sh from [3e23943f87] to [d75461017d].

15
16
17
18
19
20
21

22
23
24
25
26
27
28
29
tar cjvf "${MY_DIR}-${VERSION}-${MANIFEST_VERSION}-${DATE}.tar.bz2" --wildcards-match-slash \
    --exclude-vcs \
    --exclude '*/compiled/*' \
    --exclude '*.fossil' \
    --exclude '_FOSSIL_' \
    --exclude 'manifest' \
    --exclude '*.db' \

    --exclude 'doc' \
    --exclude 'test*' \
    --exclude '*.sh' \
    --exclude 'squelettes/*' \
    --exclude 'www/elements/*' \
    ${MY_DIR}

cd ${MY_PATH}







>








15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
tar cjvf "${MY_DIR}-${VERSION}-${MANIFEST_VERSION}-${DATE}.tar.bz2" --wildcards-match-slash \
    --exclude-vcs \
    --exclude '*/compiled/*' \
    --exclude '*.fossil' \
    --exclude '_FOSSIL_' \
    --exclude 'manifest' \
    --exclude '*.db' \
    --exclude '*.sqlite' \
    --exclude 'doc' \
    --exclude 'test*' \
    --exclude '*.sh' \
    --exclude 'squelettes/*' \
    --exclude 'www/elements/*' \
    ${MY_DIR}

cd ${MY_PATH}