cubicweb/misc/migration/3.20.0_Any.py
author Jérémy Bobbio <jeremy.bobbio@irq7.fr>
Wed, 10 Jul 2019 14:58:41 +0200
branch3.26
changeset 12690 d1b5fd6129bd
parent 11057 0b59724cb3f2
permissions -rw-r--r--
[pkg] Add new autopkgtest for skeleton packaging When running `cubicweb-ctl newcube`, the generated template provides debian packaging. So let's add automated tests for that using autopkgtest. The new test will generated a new cube, build a source tarball, build the package, try to install it, see if the Python 2 and 3 modules are available and even run autopkgtest against the newly created packages. Along the way it will also print information about the generated package: buildinfo, package content, and lintian report.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10169
ed57c5215530 [migration/3.20] sync rtypes before etypes
Julien Cristau <julien.cristau@logilab.fr>
parents: 10092
diff changeset
     1
sync_schema_props_perms('state_of')
ed57c5215530 [migration/3.20] sync rtypes before etypes
Julien Cristau <julien.cristau@logilab.fr>
parents: 10092
diff changeset
     2
sync_schema_props_perms('transition_of')
10092
f0363da0b5a0 [schema] stop using RQLUniqueConstraint (closes #3753250)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
     3
sync_schema_props_perms('State')
f0363da0b5a0 [schema] stop using RQLUniqueConstraint (closes #3753250)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
     4
sync_schema_props_perms('BaseTransition')
f0363da0b5a0 [schema] stop using RQLUniqueConstraint (closes #3753250)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
     5
sync_schema_props_perms('Transition')
f0363da0b5a0 [schema] stop using RQLUniqueConstraint (closes #3753250)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
     6
sync_schema_props_perms('WorkflowTransition')