[GitHub] [aurora] rcuza commented on issue #64: update thermos_profile cmdline

2019-08-12 Thread GitBox
rcuza commented on issue #64: update thermos_profile cmdline
URL: https://github.com/apache/aurora/pull/64#issuecomment-520560031
 
 
   > Do you know what shell and version of the system where Thermos was running 
(i.e. Mesos agent)?
   
   I used the vagrant box specified in the tutorial: 
https://aurora.apache.org/documentation/latest/getting-started/vagrant/ 
   
   Looking in the `Vagrantfile` I find: 
   ```
   config.vm.box = "apache-aurora/dev-environment"
   config.vm.box_version = "0.0.17"
   ```
   
   Is that sufficient to answer your question? 


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [aurora] rdelval commented on issue #65: Make schema_helpers.py python3 compatible

2019-08-12 Thread GitBox
rdelval commented on issue #65: Make schema_helpers.py python3 compatible
URL: https://github.com/apache/aurora/pull/65#issuecomment-520556652
 
 
   This looks pretty sane to me but I'm no pythonista. @JustinVenus or 
@StephanErb can you guys verify this is fine?


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [aurora] rdelval commented on issue #64: update thermos_profile cmdline

2019-08-12 Thread GitBox
rdelval commented on issue #64: update thermos_profile cmdline
URL: https://github.com/apache/aurora/pull/64#issuecomment-520556114
 
 
   Do you know what shell and version of the system where Thermos was running 
(i.e. Mesos agent)? 


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [aurora] PhilippSontag opened a new pull request #65: Make schema_helpers.py python3 compatible

2019-08-12 Thread GitBox
PhilippSontag opened a new pull request #65: Make schema_helpers.py python3 
compatible
URL: https://github.com/apache/aurora/pull/65
 
 
   ### Description:
   This fixes 2 errors in the `schema_helpers.py` file to make the code Python 
3 compatible.
   * `reduce` was moved to `functools` and [this was backported with Python 
2.6](https://docs.python.org/2.7/library/functools.html#functools.reduce).
   * Replace `map` with a list comprehension, as it now returns a generator.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services