- No need to be root to run script - create git tag of version - debian package do not use the deprecated dpatch command - debian package is a quilt package (not native) - debian package was missing file watch - clean exclusion for zip and tgz package (exclusion must be done into makepack-dolibarr.pl, not into specific package code) - can publish files to sourceforge
24 lines
402 B
Plaintext
24 lines
402 B
Plaintext
*~
|
|
*.#*
|
|
Thumbs.db
|
|
*/build/exe
|
|
*/build/html
|
|
*/dev/dbmodel/*
|
|
*/dev/fpdf/*
|
|
*/dev/initdemo/*
|
|
*/dev/initdata/*
|
|
*/dev/iso-normes/*
|
|
*/dev/licence/*
|
|
*/dev/load/*
|
|
*/htdocs/conf/conf.php
|
|
*/htdocs/conf/conf.php.mysql
|
|
*/htdocs/conf/conf.php.old
|
|
*/htdocs/conf/conf.php.postgres
|
|
dolibarr*.tar.gz
|
|
dolibarr*.tgz
|
|
dolibarr*.exe
|
|
dolibarr*.rpm
|
|
dolibarr*.deb
|
|
dolibarr*.zip
|
|
cvschangelogbuilder_dolibarr*
|
|
dolibarr_install.log |