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

CheckstyleBear: Upgrade checkstyle to 6.19 #1567

Merged
merged 1 commit into from
Apr 6, 2017

Conversation

jayvdb
Copy link
Member

@jayvdb jayvdb commented Mar 30, 2017

checkstyle 6.19 is the last release in the 6.x
series, fixing many bugs in 6.15 which coala
has been using.

Fixes #1465

@Techievena
Copy link
Member

Techievena commented Apr 5, 2017

@jayvdb Why can't we use 7.x series?

@jayvdb
Copy link
Member Author

jayvdb commented Apr 5, 2017

Errors #1466

@Mixih
Copy link
Member

Mixih commented Apr 6, 2017

ack 64ce6b1

@Mixih
Copy link
Member

Mixih commented Apr 6, 2017

@rultor merge

@rultor
Copy link

rultor commented Apr 6, 2017

@rultor merge

@Mixih OK, I'll try to merge now. You can check the progress of the merge here

@jayvdb
Copy link
Member Author

jayvdb commented Apr 6, 2017

@rultor stop

@rultor
Copy link

rultor commented Apr 6, 2017

@rultor stop

@jayvdb OK, I'll try to stop current task.

@rultor
Copy link

rultor commented Apr 6, 2017

@rultor stop

@jayvdb Sorry, I failed to stop the previous command, however it has the following result: Oops, I failed. You can see the full log here (spent 2min)

copying build/lib/bears/scala/scalastyle_config.xml -> build/bdist.linux-x86_64/wheel/bears/scala
creating build/bdist.linux-x86_64/wheel/bears/scss
copying build/lib/bears/scss/SCSSLintBear.py -> build/bdist.linux-x86_64/wheel/bears/scss
copying build/lib/bears/scss/__init__.py -> build/bdist.linux-x86_64/wheel/bears/scss
creating build/bdist.linux-x86_64/wheel/bears/shell
copying build/lib/bears/shell/ShellCheckBear.py -> build/bdist.linux-x86_64/wheel/bears/shell
copying build/lib/bears/shell/__init__.py -> build/bdist.linux-x86_64/wheel/bears/shell
creating build/bdist.linux-x86_64/wheel/bears/sql
copying build/lib/bears/sql/SQLintBear.py -> build/bdist.linux-x86_64/wheel/bears/sql
copying build/lib/bears/sql/__init__.py -> build/bdist.linux-x86_64/wheel/bears/sql
creating build/bdist.linux-x86_64/wheel/bears/swift
copying build/lib/bears/swift/TailorBear.py -> build/bdist.linux-x86_64/wheel/bears/swift
copying build/lib/bears/swift/__init__.py -> build/bdist.linux-x86_64/wheel/bears/swift
creating build/bdist.linux-x86_64/wheel/bears/typescript
copying build/lib/bears/typescript/TSLintBear.py -> build/bdist.linux-x86_64/wheel/bears/typescript
copying build/lib/bears/typescript/__init__.py -> build/bdist.linux-x86_64/wheel/bears/typescript
creating build/bdist.linux-x86_64/wheel/bears/vcs
copying build/lib/bears/vcs/__init__.py -> build/bdist.linux-x86_64/wheel/bears/vcs
creating build/bdist.linux-x86_64/wheel/bears/vcs/git
copying build/lib/bears/vcs/git/GitCommitBear.py -> build/bdist.linux-x86_64/wheel/bears/vcs/git
copying build/lib/bears/vcs/git/__init__.py -> build/bdist.linux-x86_64/wheel/bears/vcs/git
creating build/bdist.linux-x86_64/wheel/bears/verilog
copying build/lib/bears/verilog/VerilogLintBear.py -> build/bdist.linux-x86_64/wheel/bears/verilog
copying build/lib/bears/verilog/__init__.py -> build/bdist.linux-x86_64/wheel/bears/verilog
creating build/bdist.linux-x86_64/wheel/bears/vhdl
copying build/lib/bears/vhdl/VHDLLintBear.py -> build/bdist.linux-x86_64/wheel/bears/vhdl
copying build/lib/bears/vhdl/__init__.py -> build/bdist.linux-x86_64/wheel/bears/vhdl
creating build/bdist.linux-x86_64/wheel/bears/vimscript
copying build/lib/bears/vimscript/VintBear.py -> build/bdist.linux-x86_64/wheel/bears/vimscript
copying build/lib/bears/vimscript/__init__.py -> build/bdist.linux-x86_64/wheel/bears/vimscript
creating build/bdist.linux-x86_64/wheel/bears/xml2
copying build/lib/bears/xml2/XMLBear.py -> build/bdist.linux-x86_64/wheel/bears/xml2
copying build/lib/bears/xml2/__init__.py -> build/bdist.linux-x86_64/wheel/bears/xml2
creating build/bdist.linux-x86_64/wheel/bears/yaml
copying build/lib/bears/yaml/RAMLLintBear.py -> build/bdist.linux-x86_64/wheel/bears/yaml
copying build/lib/bears/yaml/YAMLLintBear.py -> build/bdist.linux-x86_64/wheel/bears/yaml
copying build/lib/bears/yaml/__init__.py -> build/bdist.linux-x86_64/wheel/bears/yaml
copying build/lib/bears/VERSION -> build/bdist.linux-x86_64/wheel/bears
running install_egg_info
Copying coala_bears.egg-info to build/bdist.linux-x86_64/wheel/coala_bears-0.10.0.dev20170406163656-py3.4.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/coala_bears-0.10.0.dev20170406163656.dist-info/WHEEL
Uploading distributions to https://pypi.python.org/pypi
Uploading coala_bears-0.10.0.dev20170406163656-py34.py35.py36-none-any.whl
Uploading distributions to https://pypi.python.org/pypi
Uploading coala-bears-0.10.0.dev20170406163656.tar.gz
+ mv /home/r/repo .
+ '[' -n '' ']'
++ whoami
+ sudo chown -R rultor repo
+ cd repo
+ git push origin master
remote: error: GH006: Protected branch update failed for refs/heads/master.        
remote: error: 4 of 4 required status checks are pending.        
To [email protected]:coala/coala-bears.git
 ! [remote rejected] master -> master (protected branch hook declined)
error: failed to push some refs to '[email protected]:coala/coala-bears.git'
container e228ef65633c2b0af64369a70ea59877cd64337858c1bf20244ef4cb9936a879 is dead
Thu Apr  6 16:38:12 UTC 2017

@jayvdb jayvdb force-pushed the checkstyle-6.19 branch from 253608a to 24dfa55 Compare April 6, 2017 18:30
checkstyle 6.19 is the last release in the 6.x
series, fixing many bugs in 6.15 which coala
has been using.

Fixes coala#1465
@jayvdb
Copy link
Member Author

jayvdb commented Apr 6, 2017

reack 24dfa55

@jayvdb
Copy link
Member Author

jayvdb commented Apr 6, 2017

@rultor merge

@rultor
Copy link

rultor commented Apr 6, 2017

@rultor merge

@jayvdb OK, I'll try to merge now. You can check the progress of the merge here

@rultor rultor merged commit 24dfa55 into coala:master Apr 6, 2017
@rultor
Copy link

rultor commented Apr 6, 2017

@rultor merge

@jayvdb Done! FYI, the full log is here (took me 1min)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

CheckstyleBear: Upgrade checkstyle
5 participants