Prepare 2.6.0
This commit is contained in:
parent
352fb8a150
commit
cb05ac7863
@ -221,7 +221,7 @@ if ($nboftargetok) {
|
||||
if ($target eq 'TGZ') {
|
||||
unlink $FILENAMETGZ.tgz;
|
||||
print "Compress $FILENAMETGZ into $FILENAMETGZ.tgz...\n";
|
||||
$cmd="tar --exclude-vcs --exclude-from \"$DESTI/tgz/tar.exclude\" --directory \"$BUILDROOT\" -czvf \"$FILENAMETGZ.tgz\" $FILENAMETGZ";
|
||||
$cmd="tar --exclude-vcs --exclude-from \"$DESTI/tgz/tar_exclude.txt\" --directory \"$BUILDROOT\" -czvf \"$FILENAMETGZ.tgz\" $FILENAMETGZ";
|
||||
$ret=`$cmd`;
|
||||
if ($OS =~ /windows/i)
|
||||
{
|
||||
|
||||
@ -11,6 +11,7 @@ doc/dev/dbmodel
|
||||
doc/dev/normes
|
||||
doc/dev/html
|
||||
doc/dev/iso-normes
|
||||
doc/dev/xdebug
|
||||
doc/plaquette
|
||||
doc/wiki
|
||||
document
|
||||
|
||||
@ -10,6 +10,7 @@
|
||||
*/doc/dev/normes/*
|
||||
*/doc/dev/html/*
|
||||
*/doc/dev/iso-normes/*
|
||||
*/doc/dev/xdebug/*
|
||||
*/doc/plaquette/*
|
||||
*/doc/wiki/*
|
||||
*/document/*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user