256
256
op.add_option("", "--vm-debian-ssh-key", default='/home/odoo/vm/debian6/debian6_id_rsa', help="%default")
257
257
op.add_option("", "--vm-winxp-image", default='/home/odoo/vm/winxp26/winxp26.vdi', help="%default")
258
258
op.add_option("", "--vm-winxp-ssh-key", default='/home/odoo/vm/winxp26/id_rsa', help="%default")
259
op.add_option("", "--no-publish", action="store_true", help="don't publish the packages")
260
op.add_option("", "--no-debian", action="store_true", help="don't build the debian package")
261
op.add_option("", "--no-rpm", action="store_true", help="don't build the rpm package")
262
op.add_option("", "--no-tarball", action="store_true", help="don't build the tarball")
263
op.add_option("", "--no-windows", action="store_true", help="don't build the windows package")
259
264
(o, args) = op.parse_args()
261
266
o.timestamp = time.strftime("%Y%m%d-%H%M%S",time.gmtime())