projects
/
lsb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c6f539
)
In lsb_release, don't forget CODENAME when it's testing; therefore stop calling apt...
author
Marcel Partap
<mpartap@gmx.net>
Wed, 28 May 2014 16:36:04 +0000
(18:36 +0200)
committer
Didier Raboud
<odyx@debian.org>
Wed, 28 May 2014 16:36:04 +0000
(18:36 +0200)
Closes: #747413
lsb_release.py
patch
|
blob
|
history
diff --git
a/lsb_release.py
b/lsb_release.py
index ecf46e3ebbcf6b67aae5e2e226d3ba5a6df369cf..6b9e226b6143897e63449ab41e369dd7ece7464e 100644
(file)
--- a/
lsb_release.py
+++ b/
lsb_release.py
@@
-304,6
+304,7
@@
def guess_debian_release():
if release.rstrip('/sid').lower().isalpha() != 'testing':
global TESTING_CODENAME
TESTING_CODENAME = release.rstrip('/sid')
+ distinfo['CODENAME'] = TESTING_CODENAME
distinfo['RELEASE'] = 'testing/unstable'
else:
distinfo['RELEASE'] = release