Browse Source

update

tags/v0.0.66^0
Peter Vivell 6 years ago
parent
commit
51a643c294
4 changed files with 7 additions and 7 deletions
  1. 1
    1
      CHANGELOG.md
  2. 4
    4
      Dockerfile
  3. 1
    1
      debian/changelog
  4. 1
    1
      drone.yml

+ 1
- 1
CHANGELOG.md View File

@@ -6,6 +6,6 @@ All notable changes to this project will be documented in this file.
6 6
 
7 7
 - Initial release.
8 8
 
9
-## 0.0.64
9
+## 0.0.66
10 10
 
11 11
 - Project update.

+ 4
- 4
Dockerfile View File

@@ -21,12 +21,12 @@ RUN printf '#-------------------------------------------------------------------
21 21
 \ndeb     http://deb.debian.org/debian/		'${DEB_RELEASE}'-updates		main # contrib non-free\
22 22
 \ndeb-src http://deb.debian.org/debian/		'${DEB_RELEASE}'-updates		main # contrib non-free\
23 23
 \n\
24
-\ndeb     http://deb.debian.org/debian-security	'${DEB_RELEASE}'/updates		main\
25
-\ndeb-src http://deb.debian.org/debian-security	'${DEB_RELEASE}'/updates		main\
24
+\ndeb     http://deb.debian.org/debian-security	'${DEB_RELEASE}'/updates		main # contrib non-free\
25
+\ndeb-src http://deb.debian.org/debian-security	'${DEB_RELEASE}'/updates		main # contrib non-free\
26 26
 \n\
27 27
 \n# stretch-backports, previously on backports.debian.org\
28
-\ndeb     http://ftp.debian.org/debian		'${DEB_RELEASE}'-backports	main\
29
-\ndeb-src http://ftp.debian.org/debian		'${DEB_RELEASE}'-backports	main\
28
+\ndeb     http://ftp.debian.org/debian		'${DEB_RELEASE}'-backports	main # contrib non-free\
29
+\ndeb-src http://ftp.debian.org/debian		'${DEB_RELEASE}'-backports	main # contrib non-free\
30 30
 \n' > /etc/apt/sources.list
31 31
 
32 32
 # Build deps and clean up

+ 1
- 1
debian/changelog View File

@@ -1,4 +1,4 @@
1
-radangel (0.0.64-1) unstable; urgency=medium
1
+radangel (0.0.66) unstable; urgency=medium
2 2
 
3 3
   * Initial release.
4 4
 

+ 1
- 1
drone.yml View File

@@ -168,7 +168,7 @@ steps:
168 168
     prerelease: false
169 169
     base_url: https://git.unino.de
170 170
     insecure: false
171
-    api_key: { from_secret: gitea-release }
171
+    api_key: { from_secret: gitea-release } # create gitea-release access token in /user/settings/applications
172 172
     checksum: [ md5 ] # [ md5, sha1, sha256, sha512, adler32, crc32 ]
173 173
     file_exists: overwrite # overwrite, skip, fail
174 174
     files: # wildcard * matching files with prefix supported

Loading…
Cancel
Save