Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>Joomal_oauth_plugin</name>
<name>Joomla_oauth_plugin</name>
<comment></comment>
<projects>
</projects>
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ cleanup: stoprecording
mv /tmp/joomlalog/* shippable
rm -rf tmp/

deploy:
./tools/deploy

recording:
start-stop-daemon --start --background --oknodo --name flvrec --make-pidfile --pidfile /tmp/flvrec.pid --startas /usr/bin/python -- /usr/local/bin/flvrec.py -o /tmp/joomlalog/record.flv :1

Expand Down
2 changes: 1 addition & 1 deletion extension.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<jedupdate version="1">
<!-- valid links only or leave blank -->
<homepage_link>https://github.com/edemo/Joomla_oauth_plugin</homepage_link>
<download_link>https://github.com/edemo/Joomla_oauth_plugin/raw/master/com_adalogin_4.01.zip</download_link>
<download_link>http://adadocs.demokracia.rulez.org/joomla_oauth_plugin/BRANCH/com_adalogin_BRANCH_BUILD.zip</download_link>
<demo_link></demo_link>
<documentation_link>https://github.com/edemo/Joomla_oauth_plugin/blob/master/README.md</documentation_link>
<support_link>https://github.com/edemo/Joomla_oauth_plugin/issues</support_link>
Expand Down
7 changes: 3 additions & 4 deletions shippable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ build:
ci:
- tools/script
on_failure:
- make cleanup
- rsync -e "ssh -p 22022" -ar shippable/ [email protected]:/var/www/adadocs/joomla_oauth_plugin/$BUILD_NUMBER
- tools/postci
on_success:
- make cleanup
- rsync -e "ssh -p 22022" -ar shippable/ [email protected]:/var/www/adadocs/joomla_oauth_plugin/$BUILD_NUMBER
- tools/postci
- rsync -e "ssh -p 22022" -ar target/ [email protected]:/var/www/adadocs/joomla_oauth_plugin/$BRANCH

1 change: 1 addition & 0 deletions tools/postci
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/bin/bash
make cleanup
rsync -e "ssh -p 22022" -ar shippable/ [email protected]:/var/www/adadocs/joomla_oauth_plugin/$BUILD_NUMBER
1 change: 1 addition & 0 deletions tools/script
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ set -e
. tools/prepare
tools/runapache
make check
make deploy
make e2e