{ "info": { "author": "Ingeniweb", "author_email": "support@ingeniweb.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "=====================\niw.updatezope package\n=====================\n\n.. contents::\n\nWhat is iw.updatezope ?\n=======================\n\nThis package is used to upgrade a version with a new buildout.\n\n >>> clean_buildout()\n >>> ls(buildout)\n bin\n\nHow to use iw.updatezope ?\n==========================\n\nGiven a tarball you have previously prepared with `iw.releaser`, you\ncan use `iw.updatezope` to practice a safe upgrade::\n\n >>> from iw.updatezope.update_zope import main\n >>> main(my_tarball, buildout)\n Starting deployement\n Copying the tarball to the distant server\n Stopping Zope\n Making a backup\n Deploying...\n Relaunching\n\n >>> ls(buildout)\n DEPLOYED.txt\n bin\n\nYou can even do it through ssh, as long as your user has the rights, \nand the proper environement::\n\n >>> clean_buildout() \n >>> main(my_tarball, buildout, '127.0.0.1')\n Starting deployement\n Copying the tarball to the distant server\n Stopping Zope\n Making a backup\n Deploying...\n Relaunching\n\nBe careful to have a ssh-key properly configured, otherwise you will\nhave tons of password prompts here !", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": "", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "iw.updatezope", "package_url": "https://pypi.org/project/iw.updatezope/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/iw.updatezope/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/iw.updatezope/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "update script", "version": "0.1.0" }, "last_serial": 755462, "releases": { "0.1.0": [] }, "urls": [] }