Skip to content

Commit 09557fb

Browse files
committed
v0.4.2
1 parent 1c0f44f commit 09557fb

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

copyparty/__version__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# coding: utf-8
22

3-
VERSION = (0, 4, 1)
3+
VERSION = (0, 4, 2)
44
CODENAME = "NIH"
5-
BUILD_DT = (2020, 5, 14)
5+
BUILD_DT = (2020, 5, 15)
66

77
S_VERSION = ".".join(map(str, VERSION))
88
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)

scripts/make-sfx.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,3 +166,6 @@ chmod 755 $sfx_out.*
166166
printf "done:\n"
167167
printf " %s\n" "$(realpath $sfx_out)."{sh,py}
168168
# rm -rf *
169+
170+
# tar -tvf ../sfx/tar | sed -r 's/(.* ....-..-.. ..:.. )(.*)/\2 `` \1/' | sort | sed -r 's/(.*) `` (.*)/\2 \1/'| less
171+
# for n in {1..9}; do tar -tf tar | grep -vE '/$' | sed -r 's/(.*)\.(.*)/\2.\1/' | sort | sed -r 's/([^\.]+)\.(.*)/\2.\1/' | tar -cT- | bzip2 -c$n | wc -c; done

0 commit comments

Comments
 (0)