You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2018/04/20 10:00:17 UTC

[cloudstack] branch master updated (528e6c6 -> 71ab3af)

This is an automated email from the ASF dual-hosted git repository.

rohit pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


    from 528e6c6  Merge branch '4.11'
     add 256dd90  Remove packaging job from pull request template (#2589)
     add 561630e  router: Fix routing tables for public IP NAT based access (#2579)
     new 71ab3af  Merge branch '4.11'

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 PULL_REQUEST_TEMPLATE.md                      |  2 --
 systemvm/debian/opt/cloud/bin/configure.py    |  4 ++--
 systemvm/debian/opt/cloud/bin/cs/CsAddress.py | 12 +++++++++---
 systemvm/debian/opt/cloud/bin/cs/CsRoute.py   |  7 +++++--
 4 files changed, 16 insertions(+), 9 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
rohit@apache.org.

[cloudstack] 01/01: Merge branch '4.11'

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git

commit 71ab3aff9a43fe6df82dc98ba499b532fea3a44d
Merge: 528e6c6 561630e
Author: Rohit Yadav <ro...@shapeblue.com>
AuthorDate: Fri Apr 20 15:29:44 2018 +0530

    Merge branch '4.11'

 PULL_REQUEST_TEMPLATE.md                      |  2 --
 systemvm/debian/opt/cloud/bin/configure.py    |  4 ++--
 systemvm/debian/opt/cloud/bin/cs/CsAddress.py | 12 +++++++++---
 systemvm/debian/opt/cloud/bin/cs/CsRoute.py   |  7 +++++--
 4 files changed, 16 insertions(+), 9 deletions(-)

diff --cc PULL_REQUEST_TEMPLATE.md
index dafbcb0,17adfe6..cf1f6a2
--- a/PULL_REQUEST_TEMPLATE.md
+++ b/PULL_REQUEST_TEMPLATE.md
@@@ -34,10 -34,6 +34,8 @@@
  - [ ] My code follows the code style of this project.
  - [ ] My change requires a change to the documentation.
  - [ ] I have updated the documentation accordingly.
 +Testing
  - [ ] I have added tests to cover my changes.
 -- [ ] All new and existing tests passed.
 +- [ ] All relevant new and existing integration tests have passed.
 +- [ ] A full integration testsuite with all test that can run on my environment has passed.
  
- <!-- The following will kick a packaging job, remove if as applicable -->
- @blueorangutan package

-- 
To stop receiving notification emails like this one, please contact
rohit@apache.org.