Сформирован базовый механизм чтения конфигурационного файла.
Необходимо читать файл конфигурации, который будет содержать пути к репозиторию git и проекту для отслеживания.
This commit is contained in:
parent
bcfd2c49e5
commit
ff887e0640
5 changed files with 39 additions and 0 deletions
4
snapd.json
Normal file
4
snapd.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"git": "/var/lib/snapd",
|
||||
"project": "/"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue