소스 검색

Fix linter, remove fixmes

Félix Piédallu 1 년 전
부모
커밋
f0598f27ff
2개의 변경된 파일3개의 추가작업 그리고 6개의 파일을 삭제
  1. 3 3
      manifest.toml
  2. 0 3
      scripts/install

+ 3 - 3
manifest.toml

@@ -21,9 +21,9 @@ architectures = "all"
 multi_instance = true
 ldap = "not_relevant"
 sso = "not_relevant"
-disk = "50M" # FIXME: replace with an **estimate** minimum disk requirement. e.g. 20M, 400M, 1G, ...
-ram.build = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
-ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
+disk = "50M"
+ram.build = "100M"
+ram.runtime = "100M"
 
 [install]
     [install.encrypt]

+ 0 - 3
scripts/install

@@ -21,9 +21,6 @@ _set_frequencies
 
 ynh_app_setting_set --app="$app" --key=overwrite_cron --value=1
 
-# echo "encfs encfs/security-information boolean true" | debconf-set-selections
-#REMOVEME? ynh_install_app_dependencies $pkg_dependencies
-
 #=================================================
 # DOWNLOAD, CHECK AND UNPACK SOURCE
 #=================================================