mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
api: remove repos from ppman
This commit is contained in:
parent
22dcad0dd9
commit
812069cc3f
10 changed files with 66 additions and 511 deletions
|
@ -11,14 +11,9 @@ const platform = `${is_docker() ? 'docker' : 'baremetal'}-${
|
|||
|
||||
module.exports = {
|
||||
data_directories: {
|
||||
cache: 'cache',
|
||||
packages: 'packages',
|
||||
runtimes: 'runtimes',
|
||||
jobs: 'jobs'
|
||||
},
|
||||
data_files:{
|
||||
state: 'state.json'
|
||||
},
|
||||
version: require('../package.json').version,
|
||||
platform,
|
||||
pkg_installed_file: '.ppman-installed' //Used as indication for if a package was installed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue