注意:
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Translations:Funtoo:Metro/109/en
Jump to navigation
Jump to search
def map_build(build, subarch, full, full_date): # arguments refer to last build... if full == True: buildtype = ( "freshen", ) else: buildtype = ("full", ) return buildtype }}