Skip to content

Commit 17e7686

Browse files
committed
Removed obsolete .svn exclusion in build scripts
1 parent e72ac1b commit 17e7686

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

makebeta

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ then
5454
rm ${archive_file}.sha256sum
5555
fi
5656

57-
tar -zcf ${archive_file} domoticz History.txt License.txt domoticz.sh server_cert.pem updatebeta updaterelease --exclude .svn www/ scripts/ Config/
57+
tar -zcf ${archive_file} domoticz History.txt License.txt domoticz.sh server_cert.pem updatebeta updaterelease www/ scripts/ Config/
5858
if [ $? -ne 0 ]
5959
then
6060
echo "Error creating archive!...";

makerelease

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ then
5454
rm ${archive_file}.sha256sum
5555
fi
5656

57-
tar -zcf ${archive_file} domoticz History.txt License.txt domoticz.sh server_cert.pem updatebeta updaterelease --exclude .svn www/ scripts/ Config/
57+
tar -zcf ${archive_file} domoticz History.txt License.txt domoticz.sh server_cert.pem updatebeta updaterelease www/ scripts/ Config/
5858
if [ $? -ne 0 ]
5959
then
6060
echo "Error creating archive!...";

0 commit comments

Comments
 (0)