• R/O
  • SSH
  • HTTPS

globalbase: 提交


Commit MetaInfo

修订版5858 (tree)
时间2017-02-02 14:55:45
作者joshua

Log Message

distribution

更改概述

差异

--- modules/make.project/trunk/utils/subs/distribution.pl (revision 5857)
+++ modules/make.project/trunk/utils/subs/distribution.pl (revision 5858)
@@ -91,8 +91,8 @@
9191 print OUT "Path:proj/posix\n";
9292 print OUT "Dependency:".$dependency."\n";
9393 close(OUT);
94- if ( -e "exclude.files" ) {
95- do_system("cd ../..;tar cvz -X exclude.files . | openssl enc -e -aes256 -kfile $develpkgEncodeKey -out $develpkgPublic/$archive");
94+ if ( $develpkgExcludeConf && (-e $develpkgExcludeConf) ) {
95+ do_system("cd ../..;tar cvz -X $develpkgExcludeConf . | openssl enc -e -aes256 -kfile $develpkgEncodeKey -out $develpkgPublic/$archive");
9696 }
9797 else {
9898 do_system("cd ../..;tar cvz . | openssl enc -e -aes256 -kfile $develpkgEncodeKey -out $develpkgPublic/$archive");
Show on old repository browser