Skip to content

Commit

Permalink
Add a travis build status icon to the display
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishcoleman committed May 30, 2018
1 parent 76ab99f commit cc8776d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions contacts/from_door
Expand Up @@ -5,3 +5,5 @@

echo "select hashtag, tag, email, username, first_name, last_name, date_joined, last_login, is_active from auth_user left join hackman_payments_paymenttag on auth_user.id == hackman_payments_paymenttag.user_id order by email;" | ssh pi@door.dimsumlabs.com -p 2222 sqlite3 -csv -header /var/www/hackman/db.sqlite3

# TODO uclc

2 changes: 2 additions & 0 deletions contacts/from_mailinglist
Expand Up @@ -6,3 +6,5 @@
echo "name,email"
ssh -t dimsumlabs.com sudo list_members -f dimsumlabs-members |sed -e '/</!s/^/,/;s/[ \t]*<\(.*\)>/,\1/' |sort

#TODO uclc

5 changes: 4 additions & 1 deletion docs/template.html
Expand Up @@ -91,7 +91,10 @@

<pre class="grid">${grid_header}${grid}</pre>
<div class="lastupdate">
Data last updated ${time_now}
Data last updated ${time_now}
<a href="https://travis-ci.org/dimsumlabs/dsl-accounts/builds">
<img src="https://travis-ci.org/dimsumlabs/dsl-accounts.svg?branch=master">
</a>
</div>
</body>
</html>

0 comments on commit cc8776d

Please sign in to comment.