[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH] needs to be re-applied



... commit f4ddfd48cebeab7659944681c7f6c21c9cf25c92 (accidently, I
presume) reversed 59fb4f343e8ade8b280d0450cf5940423e564d19, please
reapply, Thanks!
#Regards!
--- lsb_release.py.orig	2014-05-08 14:09:38.169496796 +0200
+++ lsb_release.py	2014-05-08 14:09:50.615716818 +0200
@@ -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

Reply to: