]> git.pld-linux.org Git - projects/pld-ftp-admin.git/log
projects/pld-ftp-admin.git
23 months agoquiet git checkout correctly master
Jan Rękorajski [Fri, 13 May 2022 10:08:01 +0000 (17:08 +0700)]
quiet git checkout correctly

23 months agoCreate dnf/yum repodata by default
Jan Rękorajski [Tue, 10 May 2022 13:36:01 +0000 (20:36 +0700)]
Create dnf/yum repodata by default

23 months agoUpdate creation of dnf/yum repodata
Jan Rękorajski [Tue, 10 May 2022 13:34:57 +0000 (20:34 +0700)]
Update creation of dnf/yum repodata

23 months agomake systemd-init the default, update util-linux package name
Jan Rękorajski [Tue, 10 May 2022 13:21:23 +0000 (20:21 +0700)]
make systemd-init the default, update util-linux package name

2 years agoFix readlines() semantics
Jan Rękorajski [Sat, 24 Apr 2021 19:33:58 +0000 (21:33 +0200)]
Fix readlines() semantics

https://docs.python.org/3/library/io.html?highlight=readlines#io.IOBase.readlines

3 years agoSupport for split debugsource packaes
Jan Rękorajski [Wed, 24 Mar 2021 08:54:24 +0000 (09:54 +0100)]
Support for split debugsource packaes

3 years agoFix StringIO usage under python 3
Jan Rękorajski [Tue, 9 Mar 2021 11:51:55 +0000 (12:51 +0100)]
Fix StringIO usage under python 3

3 years agoDon't check signatures and digests when looking up duplicates
Jan Rękorajski [Wed, 3 Mar 2021 07:56:30 +0000 (08:56 +0100)]
Don't check signatures and digests when looking up duplicates

3 years agokeys() is a view in Python 3, need to convert it to list to get the first key
Jan Rękorajski [Sun, 28 Feb 2021 21:18:48 +0000 (22:18 +0100)]
keys() is a view in Python 3, need to convert it to list to get the first key

3 years agoFilter out boolean deps, poldek does not support them and reports false negatives
Jan Rękorajski [Sun, 28 Feb 2021 20:13:12 +0000 (21:13 +0100)]
Filter out boolean deps, poldek does not support them and reports false negatives

3 years agoFix call to cmp_to_key
Jan Rękorajski [Sun, 28 Feb 2021 19:02:45 +0000 (20:02 +0100)]
Fix call to cmp_to_key

3 years agoAdd missing import
Jan Rękorajski [Sun, 28 Feb 2021 19:02:05 +0000 (20:02 +0100)]
Add missing import

3 years agoWorkaround for removed compare function to sorted()
Jan Rękorajski [Sun, 28 Feb 2021 19:01:20 +0000 (20:01 +0100)]
Workaround for removed compare function to sorted()

https://docs.python.org/3.6/library/functools.html#functools.cmp_to_key

3 years agoUse correct dictionary key checks
Jan Rękorajski [Sun, 28 Feb 2021 18:59:20 +0000 (19:59 +0100)]
Use correct dictionary key checks

3 years agoMore syntax fixes
Jan Rękorajski [Sun, 28 Feb 2021 18:35:22 +0000 (19:35 +0100)]
More syntax fixes

3 years agoIgnore gpg passphrase prompt timeout, rpm now uses gpg-agent
Jan Rękorajski [Sun, 28 Feb 2021 18:30:48 +0000 (19:30 +0100)]
Ignore gpg passphrase prompt timeout, rpm now uses gpg-agent

3 years agoFix outdated syntax
Jan Rękorajski [Sun, 28 Feb 2021 17:49:44 +0000 (18:49 +0100)]
Fix outdated syntax

3 years agoSwitch to Python 3 for rpm.org rpm
Jan Rękorajski [Sun, 28 Feb 2021 17:38:37 +0000 (18:38 +0100)]
Switch to Python 3 for rpm.org rpm

3 years agofix package header selection in freshness tool
Jan Rękorajski [Mon, 22 Feb 2021 09:12:29 +0000 (10:12 +0100)]
fix package header selection in freshness tool

3 years agoTypeError: got <type 'str'> ('Enter pass phrase:') as pattern, must be one of: <type...
Jan Rękorajski [Sun, 21 Feb 2021 22:10:43 +0000 (23:10 +0100)]
TypeError: got <type 'str'> ('Enter pass phrase:') as pattern, must be one of: <type 'unicode'>, pexpect.EOF, pexpect.TIMEOUT

3 years agofix rewriting the same line with print() function
Jan Rękorajski [Wed, 17 Feb 2021 22:32:50 +0000 (23:32 +0100)]
fix rewriting the same line with print() function

3 years agoFix syntax and don't try to read empty cache
Jan Rękorajski [Sun, 17 Jan 2021 18:19:20 +0000 (19:19 +0100)]
Fix syntax and don't try to read empty cache

3 years agoFix loading StringIO on both python2 and python3
Jan Rękorajski [Sun, 17 Jan 2021 16:06:50 +0000 (17:06 +0100)]
Fix loading StringIO on both python2 and python3

3 years agoComaptibility updates for rpm4/python3
Jan Rękorajski [Sun, 17 Jan 2021 15:50:27 +0000 (16:50 +0100)]
Comaptibility updates for rpm4/python3

3 years agoReplace backtick syntax with repr() (python3 compat)
Jan Rękorajski [Sun, 17 Jan 2021 10:44:31 +0000 (11:44 +0100)]
Replace backtick syntax with repr() (python3 compat)

3 years agopexpect needs explicit encoding when run under python3
Jan Rękorajski [Sun, 17 Jan 2021 10:43:57 +0000 (11:43 +0100)]
pexpect needs explicit encoding when run under python3

3 years agoFix list and iterators assumptions that are no longer valid in python3
Jan Rękorajski [Sun, 17 Jan 2021 10:42:16 +0000 (11:42 +0100)]
Fix list and iterators assumptions that are no longer valid in python3

3 years agoMore python3 compatible string methods
Jan Rękorajski [Sun, 17 Jan 2021 10:40:00 +0000 (11:40 +0100)]
More python3 compatible string methods

3 years agoAccomodate for urlopen() moving from urllib to urllib.request in python3
Jan Rękorajski [Sun, 17 Jan 2021 10:37:35 +0000 (11:37 +0100)]
Accomodate for urlopen() moving from urllib to urllib.request in python3

3 years agoReplace md5 with haslib, md5 is deprecated since 2.5 and gone in python3
Jan Rękorajski [Sun, 17 Jan 2021 10:31:48 +0000 (11:31 +0100)]
Replace md5 with haslib, md5 is deprecated since 2.5 and gone in python3

3 years agoUse 'x in dict' syntax, it's more pythonic and has_key() is gone in python3
Jan Rękorajski [Sun, 17 Jan 2021 10:25:30 +0000 (11:25 +0100)]
Use 'x in dict' syntax, it's more pythonic and has_key() is gone in python3

3 years agoSend and receive bytes over sockets (python3 compat)
Jan Rękorajski [Sun, 17 Jan 2021 10:01:48 +0000 (11:01 +0100)]
Send and receive bytes over sockets (python3 compat)

3 years agoFix umask values (python3 compat)
Jan Rękorajski [Sun, 17 Jan 2021 09:32:00 +0000 (10:32 +0100)]
Fix umask values (python3 compat)

3 years agoAdd filter-out feature to rpmqa query page (adamg?)
Jan Rękorajski [Sat, 16 Jan 2021 19:57:11 +0000 (20:57 +0100)]
Add filter-out feature to rpmqa query page (adamg?)

3 years agoUpdate list of filtered deps for ftp consistency checks
Jan Rękorajski [Sat, 16 Jan 2021 19:53:16 +0000 (20:53 +0100)]
Update list of filtered deps for ftp consistency checks

3 years agoUse python3 compatible string methods
Jan Rękorajski [Sat, 16 Jan 2021 19:50:13 +0000 (20:50 +0100)]
Use python3 compatible string methods

3 years agoFix octal constants syntax (python3 compat)
Jan Rękorajski [Sat, 16 Jan 2021 19:49:30 +0000 (20:49 +0100)]
Fix octal constants syntax (python3 compat)

3 years agoFix os.environ checks (python3 compat)
Jan Rękorajski [Sat, 16 Jan 2021 19:48:57 +0000 (20:48 +0100)]
Fix os.environ checks (python3 compat)

3 years agoFix exception handling syntax (python3 compat)
Jan Rękorajski [Sat, 16 Jan 2021 19:48:05 +0000 (20:48 +0100)]
Fix exception handling syntax (python3 compat)

3 years agomore python3 readiness
Jan Rękorajski [Sun, 25 Oct 2020 08:42:30 +0000 (09:42 +0100)]
more python3 readiness

3 years agoMake ftp tools python3 ready
Jan Rękorajski [Sun, 25 Oct 2020 07:49:06 +0000 (08:49 +0100)]
Make ftp tools python3 ready

3 years agoMigrate ac-th-diff.py to python3
Jan Rękorajski [Sun, 25 Oct 2020 07:38:06 +0000 (08:38 +0100)]
Migrate ac-th-diff.py to python3

5 years agoSome more pythonic optimizations
Jan Rękorajski [Sat, 5 Jan 2019 15:09:32 +0000 (00:09 +0900)]
Some more pythonic optimizations

- slicing is faster that str methods
- splitting is faster than regexps
- in operator is faster han has_key

5 years agoCleanup duplicate conditionals
Jan Rękorajski [Sat, 5 Jan 2019 01:35:08 +0000 (10:35 +0900)]
Cleanup duplicate conditionals

5 years agoSome pythonic cleanups
Jan Rękorajski [Fri, 4 Jan 2019 15:02:45 +0000 (00:02 +0900)]
Some pythonic cleanups

5 years agoFix format string typo
Jan Rękorajski [Fri, 4 Jan 2019 13:57:00 +0000 (22:57 +0900)]
Fix format string typo

5 years agoTabs to spaces
Jan Rękorajski [Fri, 4 Jan 2019 13:45:29 +0000 (22:45 +0900)]
Tabs to spaces

5 years agoSeparate packages with fractional release in freshness information
Jan Rękorajski [Fri, 4 Jan 2019 13:28:24 +0000 (22:28 +0900)]
Separate packages with fractional release in freshness information

5 years agoUse RPM Python API for spec parsing
Jan Rękorajski [Fri, 4 Jan 2019 12:04:50 +0000 (21:04 +0900)]
Use RPM Python API for spec parsing

5 years agoUpdated ignored deps list for x32 consistency checks
Jan Rękorajski [Fri, 4 Jan 2019 11:56:05 +0000 (20:56 +0900)]
Updated ignored deps list for x32 consistency checks

5 years agoFix reporting time taken to generate freshness report
Jan Rękorajski [Fri, 4 Jan 2019 11:55:14 +0000 (20:55 +0900)]
Fix reporting time taken to generate freshness report

5 years agofix archive handling when moving packages around
Jan Rękorajski [Sun, 30 Dec 2018 01:12:50 +0000 (10:12 +0900)]
fix archive handling when moving packages around

6 years agogenindex: do not hide errors in quiet mode
Elan Ruusamäe [Fri, 14 Jul 2017 08:39:00 +0000 (10:39 +0200)]
genindex: do not hide errors in quiet mode

7 years agoscript to nuke items from th-archive that are already in snap
Elan Ruusamäe [Sun, 2 Oct 2016 19:50:38 +0000 (22:50 +0300)]
script to nuke items from th-archive that are already in snap

objective for such cleanup is to decrease number of packages in th-archive:
1. faster loading of index
2. poldek hardcoded 64k limit of packages per repo

before:

source packages in th-archive: 20120

estimated[1] packages to remove:
2012: 3514 packages
2013: 3996 packages
2014: 4452 packages
2015: 3279 packages

after:

packages removed from th-archive that were present in snap:
2012: 3520 packages
2013: 2493 packages
2014: 2569 packages
2015: 2443 packages

source packages in th-archive: 9451

[1] does not account that package can be also in earlier snap

7 years agoqa reports: fix current report selection dropdown
Elan Ruusamäe [Thu, 26 May 2016 16:38:08 +0000 (19:38 +0300)]
qa reports: fix current report selection dropdown

7 years agoupdate glen ip
Elan Ruusamäe [Thu, 26 May 2016 16:34:20 +0000 (19:34 +0300)]
update glen ip

8 years agohtml/qa: add filtering to errors
Elan Ruusamäe [Sat, 19 Mar 2016 16:30:41 +0000 (18:30 +0200)]
html/qa: add filtering to errors

8 years agohtml/qa: refactor, use functions
Elan Ruusamäe [Sat, 19 Mar 2016 16:05:33 +0000 (18:05 +0200)]
html/qa: refactor, use functions

8 years agofix path to utmp
Elan Ruusamäe [Tue, 6 Oct 2015 09:07:08 +0000 (12:07 +0300)]
fix path to utmp

8 years agomove sort to the end of pipe chain
Jan Rękorajski [Sun, 4 Oct 2015 08:01:11 +0000 (10:01 +0200)]
move sort to the end of pipe chain

8 years ago- don't remove dst oackages when handling explicit moves to/ftom archive
Jan Rękorajski [Mon, 28 Sep 2015 21:27:59 +0000 (23:27 +0200)]
- don't remove dst oackages when handling explicit moves to/ftom archive
- don't check for duplicates when handling explicit moves to/from archive

8 years ago- replace i486 with x32
Jan Rękorajski [Mon, 28 Sep 2015 21:26:15 +0000 (23:26 +0200)]
- replace i486 with x32

8 years agofix arg passing
Jan Rękorajski [Wed, 9 Sep 2015 06:01:50 +0000 (08:01 +0200)]
fix arg passing

8 years agono bash needed, document and readability fixes
Elan Ruusamäe [Sat, 5 Sep 2015 20:21:51 +0000 (23:21 +0300)]
no bash needed, document and readability fixes

8 years agoadd to git
Elan Ruusamäe [Sun, 2 Aug 2015 08:08:21 +0000 (11:08 +0300)]
add to git

8 years agotab
Elan Ruusamäe [Sat, 5 Sep 2015 20:14:28 +0000 (23:14 +0300)]
tab

8 years agoadd to git
Elan Ruusamäe [Sun, 2 Sep 2012 08:55:08 +0000 (11:55 +0300)]
add to git

8 years agosetup git ignore
Elan Ruusamäe [Sat, 5 Sep 2015 20:10:04 +0000 (23:10 +0300)]
setup git ignore

8 years agocleanups
Elan Ruusamäe [Sat, 5 Sep 2015 20:01:46 +0000 (23:01 +0300)]
cleanups

8 years agoFix detection of missing files on test move
Jan Rękorajski [Wed, 29 Jul 2015 17:17:40 +0000 (19:17 +0200)]
Fix detection of missing files on test move

8 years agonumber items
Elan Ruusamäe [Mon, 8 Jun 2015 15:06:46 +0000 (18:06 +0300)]
number items

8 years agox32 fixes (baggins?)
Elan Ruusamäe [Mon, 4 May 2015 06:33:00 +0000 (09:33 +0300)]
x32 fixes (baggins?)

8 years agodebug (unknown)
Elan Ruusamäe [Sun, 25 Jan 2015 10:36:53 +0000 (12:36 +0200)]
debug (unknown)

8 years agoth-i486->th-x32 (baggins)
Elan Ruusamäe [Sat, 28 Feb 2015 19:13:51 +0000 (21:13 +0200)]
th-i486->th-x32 (baggins)

8 years agoth-i486->th-x32 (baggins)
Elan Ruusamäe [Sat, 28 Feb 2015 18:20:23 +0000 (20:20 +0200)]
th-i486->th-x32 (baggins)

9 years agohttps compatible
Elan Ruusamäe [Sat, 6 Dec 2014 21:35:18 +0000 (23:35 +0200)]
https compatible

9 years agoDon't write duplicate entries to package .info
Jan Rękorajski [Thu, 23 Oct 2014 18:52:11 +0000 (20:52 +0200)]
Don't write duplicate entries to package .info

9 years agoAlways overwrite files in dest tree with newly built ones
Jan Rękorajski [Sat, 11 Oct 2014 17:38:37 +0000 (19:38 +0200)]
Always overwrite files in dest tree with newly built ones

Always copy new files from incoming to dest tree,
skipping them causes inconsistent builds and lost
binary rpms when rebuilding files from last tags.

Prime example are packages with kernel modules,
if one is already present in test/ and something
then a new build often results in missing files.

9 years agobin: executable bits
Elan Ruusamäe [Mon, 21 Jul 2014 13:10:22 +0000 (16:10 +0300)]
bin: executable bits

9 years agoconsistency-check: update ignore list
Elan Ruusamäe [Thu, 22 May 2014 08:24:37 +0000 (11:24 +0300)]
consistency-check: update ignore list

9 years agofreshness.sh: include timing information
Elan Ruusamäe [Wed, 29 Jan 2014 13:42:03 +0000 (15:42 +0200)]
freshness.sh: include timing information

9 years agoclean-dups.py: old changes
Elan Ruusamäe [Mon, 28 Oct 2013 13:11:48 +0000 (15:11 +0200)]
clean-dups.py: old changes

9 years agorpm5 changes
Elan Ruusamäe [Sat, 22 Sep 2012 20:13:39 +0000 (23:13 +0300)]
rpm5 changes

9 years agoftp-freshness: add [] placeholder to ease parsing
Elan Ruusamäe [Wed, 29 Jan 2014 12:47:26 +0000 (14:47 +0200)]
ftp-freshness: add [] placeholder to ease parsing

9 years agopfa-rpmlint: invalidate cache when rpmlintrc is changed
Elan Ruusamäe [Tue, 4 Feb 2014 23:06:30 +0000 (01:06 +0200)]
pfa-rpmlint: invalidate cache when rpmlintrc is changed

9 years agouse formatted output by default
Elan Ruusamäe [Mon, 21 Jul 2014 13:05:03 +0000 (16:05 +0300)]
use formatted output by default

9 years agoqa: add link to raw, add ac-th-diff
Elan Ruusamäe [Mon, 21 Jul 2014 13:04:49 +0000 (16:04 +0300)]
qa: add link to raw, add ac-th-diff

9 years agoqa: add lint links; handle git
Elan Ruusamäe [Sat, 1 Feb 2014 10:56:55 +0000 (12:56 +0200)]
qa: add lint links; handle git

9 years agocvs->git
Elan Ruusamäe [Mon, 27 May 2013 19:35:49 +0000 (22:35 +0300)]
cvs->git

10 years ago- disabled checking NVR mismatch among subpackages
Jan Rękorajski [Thu, 20 Feb 2014 08:33:30 +0000 (09:33 +0100)]
- disabled checking NVR mismatch among subpackages

10 years agokeep var/ dir
Elan Ruusamäe [Tue, 14 Jan 2014 21:23:43 +0000 (23:23 +0200)]
keep var/ dir

10 years agomake sure scripts are always executable
Jan Rękorajski [Tue, 14 Jan 2014 21:13:00 +0000 (22:13 +0100)]
make sure scripts are always executable

10 years agocommit changes from pldth
Elan Ruusamäe [Wed, 12 Sep 2012 19:32:04 +0000 (22:32 +0300)]
commit changes from pldth

10 years agoskip incorrect-fsf-address: not our problem to fix
Elan Ruusamäe [Tue, 14 Jan 2014 20:14:33 +0000 (22:14 +0200)]
skip incorrect-fsf-address: not our problem to fix

10 years agoadd ~pldth/.config/rpmlit
Elan Ruusamäe [Sun, 12 Aug 2012 12:18:04 +0000 (15:18 +0300)]
add ~pldth/.config/rpmlit

10 years agoRename ignore file
Kacper Kornet [Sun, 3 Nov 2013 01:17:59 +0000 (01:17 +0000)]
Rename ignore file

10 years ago- always call rpm -l under C locale
Jan Rękorajski [Thu, 24 Oct 2013 08:17:26 +0000 (08:17 +0000)]
- always call rpm -l under C locale

Changed files:
    bin/pfa-from-incoming -> 1.33

10 years ago- more details on the NVR error mail
Jan Rękorajski [Fri, 18 Oct 2013 20:45:52 +0000 (20:45 +0000)]
- more details on the NVR error mail

Changed files:
    bin/pfa-from-incoming -> 1.32

10 years ago- detect differing version or release among rpms from package
Jan Rękorajski [Fri, 18 Oct 2013 20:10:36 +0000 (20:10 +0000)]
- detect differing version or release among rpms from package

Changed files:
    bin/pfa-from-incoming -> 1.31

10 years agoLC_ALL=C for sort and uniq
Arkadiusz Miśkiewicz [Fri, 11 Oct 2013 19:40:47 +0000 (19:40 +0000)]
LC_ALL=C for sort and uniq

Changed files:
    bin/pfa-from-incoming -> 1.30

This page took 0.839003 seconds and 4 git commands to generate.