Univention Bugzilla – Attachment 1846 Details for
Bug 15690
Fehlende Klammerung in get_next_version()
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Klammern hinzugefügt
tools.py.patch (text/plain), 563 bytes, created by
Janis Meybohm
on 2009-09-21 13:24:40 CEST
(
hide
)
Description:
Klammern hinzugefügt
Filename:
MIME Type:
Creator:
Janis Meybohm
Created:
2009-09-21 13:24:40 CEST
Size:
563 bytes
patch
obsolete
>--- tools.py.orig 2009-09-15 17:19:15.000000000 +0200 >+++ tools.py 2009-09-21 13:22:47.000000000 +0200 >@@ -271,7 +271,7 @@ > elif self.net_path_exists( '%d.%d/maintained/%d.%d-0/' % ( version.major, version.minor + 1, version.major, version.minor + 1 ) ): #check for x.y-(z+1) > return '%d.%d-0' % ( version.major, version.minor + 1 ) > elif self.net_path_exists('%d.0/maintained/%d.0-0/' % ( version.major + 1, version.major + 1 ) ): #check for x.y-(z+1) >- return '%d.0-0' % version.major + 1 >+ return '%d.0-0' % ( version.major + 1 ) > > return None >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 15690
: 1846