Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Utf8filenames #154

Merged
merged 63 commits into from
Dec 17, 2016
Merged

Utf8filenames #154

merged 63 commits into from
Dec 17, 2016

Conversation

boussaffawalid
Copy link
Contributor

add windows build script
add appveyor build script

@coveralls
Copy link

Coverage Status

Coverage remained the same at 64.881% when pulling 5702b21 on boussaffawalid:utf8filenames into 2a3cf1f on az0:utf8filenames.

Copy link
Member

@az0 az0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great progress! Thank you for the hard work. This is close to meeting all the requirements, including milestone 2. One requirement missing for milestone 2 is calling strip.exe on the .exe and .dll files in the dist directory to shrink them. Thanks!

@@ -1,26 +1,33 @@
build: off
version: 1.13.{build}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we please note hard code the version number?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Appveyor does not accept fixed version, it must be dynamic !

check_exist(NSIS_EXE, 'NSIS executable not found: will try to build portable BleachBit')


#if not fast:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This section is commented out. Is there a problem with it?


logger.info('Checking for Linux-only cleaners')
if os.path.exists( 'dist\\share\\cleaners\\wine.xml'):
logger.info('grep -l os=.linux. dist/share/cleaners/*xml | xargs rm -f')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rather than just logging the grep command, would you please actually delete all files in dist/share/cleaners/*xml that match the pattern os="linux"?

shutil.rmtree( 'dist\\library', ignore_errors=True )
assert_exist( 'dist\\library.zip')

logger.info('Building portable')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can see you carefully followed setup_py2exe.bat, but it seems to have a bug. If you don't mind, please build the portable regardless of the setting of the variable fast



logger.info('Purging unnecessary GTK+ files')
cmd= sys.executable + ' setup.py clean-dist'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Regarding the log like this
warning: msgunfmt missing: skipping recompile
https://ci.appveyor.com/project/az0/bleachbit/build/1.13.285#L798

Here would you please enable msgunfmt to work?

@coveralls
Copy link

Coverage Status

Coverage remained the same at 64.881% when pulling 09e3c4e on boussaffawalid:utf8filenames into 2a3cf1f on az0:utf8filenames.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 64.881% when pulling bec0101 on boussaffawalid:utf8filenames into 2a3cf1f on az0:utf8filenames.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 64.881% when pulling 334d5b0 on boussaffawalid:utf8filenames into 2a3cf1f on az0:utf8filenames.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 64.881% when pulling fd04f30 on boussaffawalid:utf8filenames into 2a3cf1f on az0:utf8filenames.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 64.881% when pulling c6cb758 on boussaffawalid:utf8filenames into 2a3cf1f on az0:utf8filenames.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 64.881% when pulling 123ca6b on boussaffawalid:utf8filenames into 2a3cf1f on az0:utf8filenames.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 64.881% when pulling a1c0e8e on boussaffawalid:utf8filenames into 2a3cf1f on az0:utf8filenames.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.09%) to 64.79% when pulling f4fc245 on boussaffawalid:utf8filenames into 2a3cf1f on az0:utf8filenames.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 64.881% when pulling 90e2c5d on boussaffawalid:utf8filenames into 2a3cf1f on az0:utf8filenames.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 64.881% when pulling 5f557a8 on boussaffawalid:utf8filenames into 2a3cf1f on az0:utf8filenames.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 64.881% when pulling 2292ea0 on boussaffawalid:utf8filenames into 2a3cf1f on az0:utf8filenames.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 64.881% when pulling 242eaa2 on boussaffawalid:utf8filenames into 2a3cf1f on az0:utf8filenames.

@ROCKNROLLKID
Copy link
Contributor

Looking good.

The error for Python 2.6 can be ignored as currently BleachBit is on 2.7 and Python 3 is coming a long better then anyone expected it to be (unless you feel like fixing it just for the heck of it).

@az0 az0 merged commit 852f49b into bleachbit:utf8filenames Dec 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants