ka:2.7

Last commit made on 2024-07-04
Get this branch:
git clone -b 2.7 https://git.launchpad.net/ka
Members of Kubuntu Packagers can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
2.7
Repository:
lp:ka

Recent commits

781d3a7... by Jose Manuel Santamaria Lema

Update changelog

41cc6eb... by Jose Manuel Santamaria Lema

Just verify once the tarball was downloaded with rsync

a6bf2d1... by Jose Manuel Santamaria Lema

minor: add space after comma

9630c82... by Jose Manuel Santamaria Lema

KASrcPkg: use find_out_kde_sftp_rsync_urls()

Using this function to download tarballs from KDE's SFTP will fix
tarball download when tarballs have been moved to the 'Attic' directory
in upstream's SFTP.

56eb844... by Jose Manuel Santamaria Lema

Add ability to override version in find_out_kde_sftp_* functions

3fa7d17... by Jose Manuel Santamaria Lema

Use find_out_kde_sftp_rsync_urls() in download_tarballs_from_kde_sftp()

This should make download-tarballs work even if the tarballs were moved
to 'Attic' in KDE's SFTP.

a0df827... by Jose Manuel Santamaria Lema

Use new find_out_kde_sftp_dirs() function in get_ftp_version_map()

This should make the versions map work even if the tarballs were moved
to 'Attic' in KDE's SFTP.

9886bd6... by Jose Manuel Santamaria Lema

libka/kde_ftp.py: disable unnecessary-lambda-assignment pylint warning

I would really like to continue to use these lambda expressions rather
than declaring a separate function.

8a9d679... by Jose Manuel Santamaria Lema

libka/kde_ftp.py: fix pylint warnings related to 'with' usage and file encoding

048e32b... by Jose Manuel Santamaria Lema

kubuntu-retry-builds: print an error message if they are no builds found for a package

At the moment, in oracular there's a number of packages copied from
noble. For these packages, Launcpad API is not reporting any build
information.

While this behavior by Launchpad is questionable, afaics the best we can
do is just printing out an error for the affected packages and continue
the program execution.