We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 621afbc commit 9887d1eCopy full SHA for 9887d1e
pythonforandroid/bootstraps/common/build/build.py
@@ -177,10 +177,10 @@ def clean(tinfo):
177
compile_dir(sd, optimize_python=optimize_python)
178
files += [(x, relpath(realpath(x), sd)) for x in listfiles(sd)
179
if select(x)]
180
- files.sort() # deterministic
+ files.sort() # deterministic
181
182
# create tar.gz of thoses files
183
- gf = GzipFile(tfn, 'wb', mtime=0) # deterministic
+ gf = GzipFile(tfn, 'wb', mtime=0) # deterministic
184
tf = tarfile.open(None, 'w', gf, format=tarfile.USTAR_FORMAT)
185
dirs = []
186
for fn, afn in files:
0 commit comments