| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
From [1]:
"Python 2.x is legacy, Python 3.x is the present and future of the language"
As a reference, python3 is already the default python version in Arch,
and other distros like Ubuntu/Debian [2] or Fedora [3] are planning to
switch soon
[1] https://wiki.python.org/moin/Python2orPython3
[2] https://wiki.ubuntu.com/Python/3
[3] https://fedoraproject.org/wiki/Changes/Python_3_as_Default
Change-Id: I6d4d11844d4424bfa49b37fe7d9a3639547c0139
|
|
|
|
| |
Change-Id: I3845c77e8872ce2e1e8bc6a60e3ce7f184c32f58
|
|
|
|
|
|
| |
We forgot about this in 4a81346961031aecc50c657423bd8d68250fc40d
Change-Id: I60c73295f622abff4bafeaebfa830db0d7efcd9a
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The 'name' field is set in both a chunk's definition, and in the
chunk reference point in each stratum where that chunk is included.
Some of them didn't agree on the name of the chunk. In all cases I've
made 'name' match the filename of the chunk .morph file, either by
fixing the chunk .morph file or the stratum .morph file (and in one
case, the filename).
This should have no effect on behaviour, it's just a tidyup.
Change-Id: I90bcd3fa382e24c8aa2d370ea5f545491169d1db
|
|
|
|
| |
version: 1)
|
|
|
|
|
|
|
|
| |
change to version: 1)"
Morph should have been updated first
This reverts commit ced4ed5f7aa35b46d161c5efea972699826f09de.
|
|
|
|
| |
version: 1)
|
| |
|
|
Add apache-httpd server and mod_wsgi which is a module to host
any python application with python wsgi inteface.
NOTE: apache-httpd server need to configure an user and group to run
this can not be configured in this patch because some bug when
changing owners of files and directories in system-integration
commands. See more information on httpd-server.morph chunk
|