Skip to content

Commit

Permalink
Rebase to upstream version (#1)
Browse files Browse the repository at this point in the history
* Create check_process

* Syntax fix

* Download sources during installation and upgrade to 1.0.36 (YunoHost-Apps#38)

* Download sources (except dependencies) during installation and upgrade to 1.0.35

* Download dependencies during installation
Upgrade to 1.0.36

* Download kanboard zip from kanboard.net website

* Take review into account
  • Loading branch information
JimboJoe committed Feb 26, 2017
1 parent 9750280 commit bcd5196
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions check_process
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
;; Test complet
auto_remove=1
; Manifest
domain="domain.tld" (DOMAIN)
path="/path" (PATH)
admin="john" (USER)
is_public="Yes" (PUBLIC|public=Yes|private=No)
; Checks
pkg_linter=1
setup_sub_dir=1
setup_root=1
setup_nourl=0
setup_private=1
setup_public=1
upgrade=1
backup_restore=1
multi_instance=0
wrong_user=1
wrong_path=1
incorrect_path=1
corrupt_source=0
fail_download_source=0
port_already_use=0
final_path_already_use=0
;;; Levels
Level 1=auto
Level 2=auto
Level 3=auto
Level 4=1
Level 5=auto
Level 6=auto
Level 7=auto
Level 8=0
Level 9=0
Level 10=0

0 comments on commit bcd5196

Please sign in to comment.