forked from Kunena/Kunena-Forum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jorobo.dist.ini
39 lines (36 loc) · 871 Bytes
/
jorobo.dist.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
; Sample configuration file for JoRobo
extension =
version =
source = src
; Deployment tasks, can contain multiple, separate with spaces
target = package
; JoRobo can make releases (including package upload)
; on github for you. Add your personal access tocken
; and add release to the target (space seprated)
[github]
remote = origin
branch = develop
token =
owner = joomla-projects
repository = weblinks
changelog_source = commits
; Automatic upload of the built extension to an FTP server
[ftp]
host =
port = 21
user =
password =
ssl = false
target = /
; Adds / replaces copyright headers at the beginning of files
[header]
files = php,js
exclude =
text = "
/**
* @package JoRobo
*
* @copyright Copyright (C) 2005 - ##YEAR## Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
"