You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2020/06/16 10:58:58 UTC

[cloudstack] branch DaanHoogland-patch-4 created (now 3884391)

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

dahn pushed a change to branch DaanHoogland-patch-4
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


      at 3884391  set python explicit during transistion

This branch includes the following new commits:

     new 3884391  set python explicit during transistion

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.



[cloudstack] 01/01: set python explicit during transistion

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

dahn pushed a commit to branch DaanHoogland-patch-4
in repository https://gitbox.apache.org/repos/asf/cloudstack.git

commit 3884391cf38422b088d6c60f5e4926e63ce99269
Author: dahn <da...@shapeblue.com>
AuthorDate: Tue Jun 16 10:58:37 2020 +0000

    set python explicit during transistion
    
    this will allow for easier switching back and forth during development on python 3 functionality
---
 .python-version | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.python-version b/.python-version
index bec3a35..a616492 100644
--- a/.python-version
+++ b/.python-version
@@ -1 +1 @@
-system
+2.7.18