Packages: explicit Python module versioning in Debian examples.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"applications": {
|
"applications": {
|
||||||
"example_python": {
|
"example_python": {
|
||||||
"type": "python",
|
"type": "python 2.7",
|
||||||
"user": "nobody",
|
"user": "nobody",
|
||||||
"workers": 2,
|
"workers": 2,
|
||||||
"path": "/usr/share/doc/unit-python2.7/examples/python-app",
|
"path": "/usr/share/doc/unit-python2.7/examples/python-app",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"applications": {
|
"applications": {
|
||||||
"example_python": {
|
"example_python": {
|
||||||
"type": "python",
|
"type": "python 3.4",
|
||||||
"user": "nobody",
|
"user": "nobody",
|
||||||
"workers": 2,
|
"workers": 2,
|
||||||
"path": "/usr/share/doc/unit-python3.4/examples/python-app",
|
"path": "/usr/share/doc/unit-python3.4/examples/python-app",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"applications": {
|
"applications": {
|
||||||
"example_python": {
|
"example_python": {
|
||||||
"type": "python",
|
"type": "python 3.5",
|
||||||
"user": "nobody",
|
"user": "nobody",
|
||||||
"workers": 2,
|
"workers": 2,
|
||||||
"path": "/usr/share/doc/unit-python3.5/examples/python-app",
|
"path": "/usr/share/doc/unit-python3.5/examples/python-app",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"applications": {
|
"applications": {
|
||||||
"example_python": {
|
"example_python": {
|
||||||
"type": "python",
|
"type": "python 3.6",
|
||||||
"user": "nobody",
|
"user": "nobody",
|
||||||
"workers": 2,
|
"workers": 2,
|
||||||
"path": "/usr/share/doc/unit-python3.6/examples/python-app",
|
"path": "/usr/share/doc/unit-python3.6/examples/python-app",
|
||||||
|
|||||||
Reference in New Issue
Block a user