| 4 |  | * | 
          
            |  | 4 | cd pb | 
          
            |  | 5 | * Ensure that the SVN status is correct for both devel and pbconf: | 
          
            |  | 6 | svn up | 
          
            |  | 7 | * Ensure that the Changelogs are OK for all packages: | 
          
            |  | 8 | cd devel | 
          
            |  | 9 | svn log pkg | 
          
            |  | 10 | gvim ../pbconf/devel/*/pbcl | 
          
            |  | 11 | * Use pb to create the target version from the devel branch: | 
          
            |  | 12 | pb -p pb -r devel -V 0.15.1 newver | 
          
            |  | 13 | * Edit again the pbcl files for the new version 0.15.1 and remove mentions of new version | 
          
            |  | 14 | gvim ../pbconf/0.15.1/*/pbcl | 
          
            |  | 15 | svn ci | 
          
            |  | 16 | * Edit the config file to declare the version stable (delivery and testver): | 
          
            |  | 17 | gvim ../pbconf/0.15.1/pb.yml | 
          
            |  | 18 | svn ci | 
          
            |  | 19 | * Build a test version in a ctn: | 
          
            |  | 20 | pb -p pb -r 0.15.1 -m centos-7-x86_64 sbx2ve | 
          
            |  | 21 | * Build for all ctns: | 
          
            |  | 22 | pb -p pb -r 0.15.1 sbx2ve |