Compare commits

..

No commits in common. "b64cbef6b0f11e59273820191a6d6b96121c778c" and "7866737054dcccf2801f24227a912c5e9c070141" have entirely different histories.

2 changed files with 0 additions and 31 deletions

View File

@ -1,28 +0,0 @@
{
"package-info": {
"name": "mktbk",
"description": "Mikrotik container backup utility",
"version": "1.0.0.{{ENV:BUILD_NUMBER}}",
"build": "{{ENV:BUILD_NUMBER}}",
"arch": "noarch",
"license": "GPL",
"url": "kirillius.ru",
"group": "UTIL",
"scripts": {
"before_install": "",
"post_install": "",
"before_remove": "",
"post_remove": ""
}
},
"packages": [
"rpm"
],
"dependencies": {
"rpm": [
"java > 21"
]
}
}

View File

@ -1,3 +0,0 @@
#!/usr/bin/sh
java -jar $0 $@
exit