mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 10:55:37 -04:00
8 lines
221 B
Text
8 lines
221 B
Text
# Module metadata file for dummy process jobmodule
|
|
# Syntax is YAML 1.2
|
|
---
|
|
type: "job"
|
|
name: "dummypython"
|
|
interface: "python"
|
|
requires: []
|
|
script: "main.py" #assumed relative to the current directory
|