This repository has been archived by the owner on Aug 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
30 changed files
with
141 additions
and
1,150 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/matrix-synapse-py3.*.debhelper | ||
/matrix-synapse-py3.debhelper.log | ||
/matrix-synapse-py3.substvars | ||
/matrix-synapse-*/ | ||
/files | ||
/debhelper-build-stamp | ||
/source/ | ||
/.debhelper |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#!/bin/bash | ||
|
||
set -e | ||
|
||
dpkg-buildpackage -us -uc -b | ||
|
||
cp ../*.deb /synapse/build/debs |
Oops, something went wrong.
dd13868
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@andrewshadura you probably want to look at matrix-org/synapse#4212 instead. this was an initial diff for @richvdh 's benefit