Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

jone/collective.ploneupgradecheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

collective.ploneupgradecheck

collective.ploneupgradecheck helps you upgrade your plone addon to a newer version. It installs simple console scripts doing superficial checks of your code and reports things that need to be changed, such as imports.

Compatibility

  • Upgrade checks for Plone 4.3.

Usage

Check out the repository and run the included buildout:

$ git clone https://github.com/jone/collective.ploneupgradecheck.git
$ cd collective.ploneupgradecheck
$ python bootstrap.py
$ bin/buildout

This generates a bin/plone-4.3-check script. Run the script in any directory with code to check.

Contributions

Contributions are welcome! Fork the repository on github, change your code and make a pull request.

License

"THE BEER-WARE LICENSE" (Revision 42):

jone wrote this script. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return.

About

Simple check for upgrading a plone addon to a newer plone version.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages