Overview
Comment:make_release: ne pas stocker le nom / ID de l'utilisateur
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | dev
Files: files | file ages | folders
SHA1: b238ec38d0e7bb910b674196aea317d8a59c973b
User & Date: bohwaz on 2017-06-08 06:11:08
Other Links: branch diff | manifest | tags
Context
2017-06-08
06:12
Remettre la connexion 2FA/OTP en état de marche check-in: aabf6f702a user: bohwaz tags: dev
06:11
make_release: ne pas stocker le nom / ID de l'utilisateur check-in: b238ec38d0 user: bohwaz tags: dev
05:37
Correction message login qui ne marche pas check-in: 9112f10a85 user: bohwaz tags: dev
Changes

Modified tools/make_release.sh from [09890a0356] to [a8827534a3].

19
20
21
22
23
24
25

26
27
28
29
30
31
32
33
34
35
36
37
38
39
cp -Lr ${MY_DIR}/src ${TMPDIR}/garradin-${VERSION} > /dev/null

cd ${TMPDIR}

mkdir ${TMPDIR}/garradin-${VERSION}/www/squelettes

tar cjvf "${MY_PATH}/garradin-${VERSION}.tar.bz2" --wildcards-match-slash \

    --exclude-vcs \
    --exclude '*/cache/compiled/*' \
    --exclude '*/cache/static/*' \
    --exclude 'www/squelettes/*' \
    --exclude 'www/elements' \
    --exclude '*.sqlite' \
    --exclude 'include/*/README' \
    --exclude 'include/*/COPYING' \
    --exclude '*.log' \
    --exclude 'plugins/*.gz' \
    --exclude 'config.local.php' \
    garradin-${VERSION}

rm -rf ${TMPDIR}







>

|




<
<






19
20
21
22
23
24
25
26
27
28
29
30
31
32


33
34
35
36
37
38
cp -Lr ${MY_DIR}/src ${TMPDIR}/garradin-${VERSION} > /dev/null

cd ${TMPDIR}

mkdir ${TMPDIR}/garradin-${VERSION}/www/squelettes

tar cjvf "${MY_PATH}/garradin-${VERSION}.tar.bz2" --wildcards-match-slash \
    --numeric-owner --owner=0 --group=0 \
    --exclude-vcs \
    --exclude '*/cache/compiled/*.php' \
    --exclude '*/cache/static/*' \
    --exclude 'www/squelettes/*' \
    --exclude 'www/elements' \
    --exclude '*.sqlite' \


    --exclude '*.log' \
    --exclude 'plugins/*.gz' \
    --exclude 'config.local.php' \
    garradin-${VERSION}

rm -rf ${TMPDIR}