Procházet zdrojové kódy

update

tags/v0.0.66^0
Peter Vivell před 6 roky
rodič
revize
51a643c294
4 změnil soubory, kde provedl 7 přidání a 7 odebrání
  1. 1
    1
      CHANGELOG.md
  2. 4
    4
      Dockerfile
  3. 1
    1
      debian/changelog
  4. 1
    1
      drone.yml

+ 1
- 1
CHANGELOG.md Zobrazit soubor

6
 
6
 
7
 - Initial release.
7
 - Initial release.
8
 
8
 
9
-## 0.0.64
9
+## 0.0.66
10
 
10
 
11
 - Project update.
11
 - Project update.

+ 4
- 4
Dockerfile Zobrazit soubor

21
 \ndeb     http://deb.debian.org/debian/		'${DEB_RELEASE}'-updates		main # contrib non-free\
21
 \ndeb     http://deb.debian.org/debian/		'${DEB_RELEASE}'-updates		main # contrib non-free\
22
 \ndeb-src http://deb.debian.org/debian/		'${DEB_RELEASE}'-updates		main # contrib non-free\
22
 \ndeb-src http://deb.debian.org/debian/		'${DEB_RELEASE}'-updates		main # contrib non-free\
23
 \n\
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
 \n\
26
 \n\
27
 \n# stretch-backports, previously on backports.debian.org\
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
 \n' > /etc/apt/sources.list
30
 \n' > /etc/apt/sources.list
31
 
31
 
32
 # Build deps and clean up
32
 # Build deps and clean up

+ 1
- 1
debian/changelog Zobrazit soubor

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

+ 1
- 1
drone.yml Zobrazit soubor

168
     prerelease: false
168
     prerelease: false
169
     base_url: https://git.unino.de
169
     base_url: https://git.unino.de
170
     insecure: false
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
     checksum: [ md5 ] # [ md5, sha1, sha256, sha512, adler32, crc32 ]
172
     checksum: [ md5 ] # [ md5, sha1, sha256, sha512, adler32, crc32 ]
173
     file_exists: overwrite # overwrite, skip, fail
173
     file_exists: overwrite # overwrite, skip, fail
174
     files: # wildcard * matching files with prefix supported
174
     files: # wildcard * matching files with prefix supported

Načítá se…
Zrušit
Uložit