Skip to content

Commit

Permalink
add Budgie-Remix as Wubi SHA256 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
hakuna-m committed Nov 25, 2016
1 parent 164d9ce commit cfdd391
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
wubi (16.10r319) yakkety; urgency=low

[Hakuna Matata]

* add Budgie-Remix as Wubi SHA256
https://github.com/hakuna-m/wubiuefi/issues/28

wubi (16.10r318) yakkety; urgency=low

[Hakuna Matata]
Expand Down
2 changes: 1 addition & 1 deletion src/wubi/backends/common/distro.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import re

log = logging.getLogger('Distro')
disk_info_re = '''(?P<name>[\w\s-]+) (?P<version>[\d.]+)(?: LTS)?(?: (?:\")?(?P<codename>[\w\s]+)(?:\")?)? - (?P<subversion>[\D]+) (?P<arch>i386|amd64)(?: (?:\()?(?P<build>[\d.]+)(?:\))?)?'''
disk_info_re = '''(?P<name>[\w\s-]+) (?P<version>[\d.]+)(?: LTS)?(?: (?:\")?(?P<codename>[\w\s-]+)(?:\")?)? - (?P<subversion>[\D]+)? (?P<arch>i386|amd64)(?: (?:\()?(?P<build>[\d.]+)(?:\))?)?'''
disk_info_re = re.compile(disk_info_re)

class Distro(object):
Expand Down

0 comments on commit cfdd391

Please sign in to comment.