Skip to content

Commit 4a735e4

Browse files
exclude script
to make fs clean
1 parent da2610c commit 4a735e4

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

plugins/gz-packer.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ tar \
1010
--exclude="${target_source}"/proc/* \
1111
--exclude="${target_source}"/sys/* \
1212
--exclude="${target_source}"/tmp/* \
13+
--exclude="${target_source}"/${0} \
1314
--exclude="${target}" \
1415
--exclude-caches-all \
1516
-cpf \

plugins/j-packer.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ tar \
99
--exclude="${target_source}"/proc/* \
1010
--exclude="${target_source}"/sys/* \
1111
--exclude="${target_source}"/tmp/* \
12+
--exclude="${target_source}"/${0} \
1213
--exclude="${target}" \
1314
--exclude-caches-all \
1415
-cpf \

plugins/lz-packer.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ tar \
1010
--exclude="${target_source}"/proc/* \
1111
--exclude="${target_source}"/sys/* \
1212
--exclude="${target_source}"/tmp/* \
13+
--exclude="${target_source}"/${0} \
1314
--exclude="${target}" \
1415
--exclude-caches-all \
1516
-cpf \

0 commit comments

Comments
 (0)