Skip to content

Commit

Permalink
Merge pull request #24 from thelounge/astorije/rename-repo
Browse files Browse the repository at this point in the history
Rename this repo to be consistent with other repos in the org
  • Loading branch information
astorije authored Mar 11, 2018
2 parents fdf0d84 + c17f0a0 commit e145bf4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@ deploy:
skip_cleanup: true
on:
condition: "$NODE_VERSION = 8"
repo: thelounge/deb-lounge
repo: thelounge/thelounge-deb
tags: true

- provider: releases
repo: thelounge/deb-lounge
repo: thelounge/thelounge-deb
api_key:
secure: U7v68GwbhCWHga2kwmgt+JnbujJGj4mC8yK58HvxSj2/u7OQI6vTdGssDfg0XFyOFcCzjfsup69yZLmXoLxSJOocNurt+CCgmAoPGF+qU3r3UsGU6TNvbxI4FbycHZ7JYB7A6wxdqz9FWKmtMpAXDVVZAnSqyrojqez7io54MaciaGFJp1VZf6L/VP9vQhghl4AX087SMLWKB2o8whUFzyKHpI8rajZj6zsQ9n9J10Wk2fmT6phK/glCOkrUUnds/IHmyz7LF9NiXxgMQsmkI6bqv8FgctMB5jWON7WzCcXcYZG7XrZne1YUIpTuukfAXhYiCjiDKaLADOk59oRcpPc/37x4yi0s8r/EFYEaz4wvcw9uzko/WSk1hQFVTNMlvQpDT2Bc5MdFyACPK/y/jgyKfO1uxiMYP6c9baSdTkjuMOO0ju6fnZTWrGsqnMvON85JE6xoA69VpWy8sylOksyd0/OysA6bjG8yZeUGSlLENy1ZcexAg+3G3s9ghkDROgANcZqAxHJQ2VjmcvQzScTSKtRnRXl56ZtPfhbthakUHwC9Pt3pgue8xQPf7nawB0B+LGhlkekiqOihfR1fBypqFMQyhlpETnJQLg7mlqMQvbw0GgxzBMlp4aAAjq077G5q4rJBS73CfSW25ndRJ1wLj88KIBsLqP+FSAHISkA=
file: deb/*.deb
file_glob: true
skip_cleanup: true
on:
condition: "$NODE_VERSION = 8"
repo: thelounge/deb-lounge
repo: thelounge/thelounge-deb
tags: true
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Debian/Ubuntu package for The Lounge

<a href="https://travis-ci.org/thelounge/deb-lounge">
<a href="https://travis-ci.org/thelounge/thelounge-deb">
<img
alt="Travis CI Build Status"
src="https://img.shields.io/travis/thelounge/deb-lounge/master.svg?style=flat-square">
src="https://img.shields.io/travis/thelounge/thelounge-deb/master.svg?style=flat-square">
</a>

This repository holds out the build scripts that generates our `.deb` precompiled packages and also tracks Debian-specific issues in relation to the packaging.
Expand All @@ -14,8 +14,8 @@ If you are looking to simply install The Lounge, please use our pre-compiled bin

```sh
# Clone the repository
git clone https://github.com/thelounge/deb-lounge.git
cd deb-lounge
git clone https://github.com/thelounge/thelounge-deb.git
cd thelounge-deb

# Call the build script
./build-package
Expand Down

0 comments on commit e145bf4

Please sign in to comment.