You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by remibergsma <gi...@git.apache.org> on 2015/12/21 14:14:06 UTC

[GitHub] cloudstack pull request: Set version 4.6.3-SNAPSHOT in 4.6 branch

GitHub user remibergsma opened a pull request:

    https://github.com/apache/cloudstack/pull/1265

    Set version 4.6.3-SNAPSHOT in 4.6 branch

    - setnextversion.sh
    - upgrade path
    
    Build succeeds:
    ```
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD SUCCESS
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 08:44 min
    [INFO] Finished at: 2015-12-21T14:13:29+01:00
    [INFO] Final Memory: 123M/1578M
    [INFO] ------------------------------------------------------------------------
    ```
    
    Will try upgrade soon.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/remibergsma/cloudstack 463_version

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cloudstack/pull/1265.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1265
    
----
commit 2b76f394c061cde7714b5c7c4b52189600ad0111
Author: Remi Bergsma <gi...@remi.nl>
Date:   2015-12-21T12:39:23Z

    Updating pom.xml version numbers for release 4.6.3-SNAPSHOT
    
    Signed-off-by: Remi Bergsma <gi...@remi.nl>

commit 6646c7df6114f70120fe4764a2158bda661f8852
Author: Remi Bergsma <gi...@remi.nl>
Date:   2015-12-21T12:55:00Z

    Implement upgrade path 4.6.2 -> 4.6.3

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: Set version 4.6.3-SNAPSHOT in 4.6 branch

Posted by rafaelweingartner <gi...@git.apache.org>.
Github user rafaelweingartner commented on the pull request:

    https://github.com/apache/cloudstack/pull/1265#issuecomment-166305826
  
    I understand you; I will have a look at that, to see how other projects deal with that kind of problem. If I find something interesting I will bring that to the dev list


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: Set version 4.6.3-SNAPSHOT in 4.6 branch

Posted by remibergsma <gi...@git.apache.org>.
Github user remibergsma commented on the pull request:

    https://github.com/apache/cloudstack/pull/1265#issuecomment-166311506
  
    And it works:
    ```
    INFO  [o.a.c.s.l.CloudStackExtendedLifeCycle] (main:null) Running system integrity checker com.cloud.upgrade.DatabaseUpgradeChecker@847ca9d
    INFO  [c.c.u.DatabaseUpgradeChecker] (main:null) Grabbing lock to check for database upgrade.
    INFO  [c.c.u.DatabaseUpgradeChecker] (main:null) DB version = 4.6.2 Code Version = 4.6.3-SNAPSHOT
    INFO  [c.c.u.DatabaseUpgradeChecker] (main:null) Database upgrade must be performed from 4.6.2 to 4.6.3-SNAPSHOT
    INFO  [c.c.u.DatabaseUpgradeChecker] (main:null) Cleaning upgrades because all management server are now at the same version
    INFO  [c.c.u.DatabaseUpgradeChecker] (main:null) Cleanup upgrade Upgrade462to463 to upgrade from 4.6.2-4.6.3 to 4.6.3
    INFO  [o.a.c.s.l.CloudStackExtendedLifeCycle] (main:null) Configuring CloudStack Components
    INFO  [o.a.c.s.l.CloudStackExtendedLifeCycle] (main:null) Done Configuring CloudStack Components
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: Set version 4.6.3-SNAPSHOT in 4.6 branch

Posted by remibergsma <gi...@git.apache.org>.
Github user remibergsma commented on the pull request:

    https://github.com/apache/cloudstack/pull/1265#issuecomment-166305178
  
    @rafaelweingartner True story, the faster we release versions the harder it becomes. It needs to be changed, preferably in a tool outside of CloudStack. We should investigate what's already available, because we aren't the only one with this problem. For now, I'll just do the monkey work ;-)
    
    I can do 4.7 and master once the 4.7 branch gets mirrored to Github. Will check again tonight.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: Set version 4.6.3-SNAPSHOT in 4.6 branch

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/cloudstack/pull/1265


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: Set version 4.6.3-SNAPSHOT in 4.6 branch

Posted by rafaelweingartner <gi...@git.apache.org>.
Github user rafaelweingartner commented on the pull request:

    https://github.com/apache/cloudstack/pull/1265#issuecomment-166304851
  
    LGTM,
    Looking at that database upgrade checker that does not just check but also upgrade the ACS schema, I got me thinking that there has to be a better way to do that. Have we started any discussions about how to improve and facilitate that process?



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: Set version 4.6.3-SNAPSHOT in 4.6 branch

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on the pull request:

    https://github.com/apache/cloudstack/pull/1265#issuecomment-166304038
  
    looks good


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---