We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd4436c commit cf35e54Copy full SHA for cf35e54
os/ubuntu/ppa.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
# Simple Chat
3
-# Copyright (c) 2008-2015 Alexander Sedov <imp@schat.me>
+# Copyright (c) 2008-2017 Alexander Sedov <imp@schat.me>
4
#
5
# This program is free software: you can redistribute it and/or modify
6
# it under the terms of the GNU General Public License as published by
@@ -52,6 +52,8 @@ echo > debian/source/format "3.0 (quilt)"
52
rm debian/changelog.in
53
rm debian/changelog.ppa
54
55
+upload "yakkety"
56
+upload "zesty"
57
upload "xenial"
58
upload "trusty"
59
upload "precise"
0 commit comments