コード例 #1
0
def deb_clear():
    '''
    Remove the deb packages
    '''
    builder = BuilderDebSource(DEB_SOURCE_BUILD_DIR, UBUNTU_RELEASE_NAMES,
                               False)
    builder.clear()
コード例 #2
0
def deb_clear():
    """
    Remove the deb packages
    """
    builder = BuilderDebSource(DEB_SOURCE_BUILD_DIR, UBUNTU_RELEASE_NAMES)
    builder.clear()