Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
visdom
ocs-url
Commits
c704e0e2
Commit
c704e0e2
authored
Feb 18, 2018
by
akiraohgaki
Browse files
Merge branch 'develop'
parents
983abcdb
98f7c29f
Changes
2
Hide whitespace changes
Inline
Side-by-side
scripts/package.sh
View file @
c704e0e2
...
...
@@ -105,13 +105,13 @@ build_archlinux_pkg() {
}
export_srcarchive
()
{
if
[
"
${
1
}
"
]
;
then
if
[
[
"
${
1
}
"
]
]
;
then
$(
cd
"
${
PROJDIR
}
"
&&
git archive
--prefix
=
"
${
PKGNAME
}
/"
--output
=
"
${
1
}
"
HEAD
)
fi
}
transfer_file
()
{
if
[
-f
"
${
1
}
"
]
;
then
if
[
[
-f
"
${
1
}
"
]
]
;
then
filename
=
"
$(
basename
"
${
1
}
"
)
"
transferlog
=
"
${
PROJDIR
}
/transfer.log"
echo
"Uploading
${
filename
}
"
>>
"
${
transferlog
}
"
...
...
@@ -120,6 +120,6 @@ transfer_file() {
fi
}
if
[
"
${
1
}
"
]
;
then
if
[
[
"
${
1
}
"
=
'ci_'
*
||
"
${
1
}
"
=
'build_'
*
]
]
;
then
${
1
}
fi
scripts/prepare.sh
View file @
c704e0e2
...
...
@@ -2,6 +2,6 @@
PROJDIR
=
"
$(
cd
"
$(
dirname
"
${
0
}
"
)
/../"
&&
pwd
)
"
if
[
!
-d
"
${
PROJDIR
}
/lib/qtil"
]
;
then
if
[
[
!
-d
"
${
PROJDIR
}
/lib/qtil"
]
]
;
then
git clone https://github.com/akiraohgaki/qtil.git
-b
release-0.3.0
--single-branch
--depth
=
1
"
${
PROJDIR
}
/lib/qtil"
fi
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment