Re: [Rpm-maint] [rpm-software-management/rpm] Convert output to the current locale (#250)

2017-07-12 Thread Simon Lees
I might try and rewrite this using more modern api -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/250#issuecomment-314947659___

Re: [Rpm-maint] [rpm-software-management/rpm] Correctly detect Transmeta Crusoe as i686 (#254)

2017-07-13 Thread Simon Lees
simotek commented on this pull request. > @@ -1103,6 +,12 @@ static void defaultMachine(rpmrcCtx ctx, const char ** > arch, const char ** os) # endif # endif +#if defined(__linux__) + /* in linux, lets rename parisc to hppa */ + if (rstreq(un.machine,

Re: [Rpm-maint] [rpm-software-management/rpm] Also test architecture in "refresh" test when not colored. (#253)

2017-07-13 Thread Simon Lees
simotek commented on this pull request. > @@ -511,13 +511,14 @@ void rpmpsmNotify(rpmpsm psm, int what, rpm_loff_t > amount) */ static void markReplacedInstance(rpmts ts, rpmte te) { +/* this must match rpmNameVersionCompare in depends.c */ >From reading

Re: [Rpm-maint] [rpm-software-management/rpm] Also test architecture in "refresh" test when not colored. (#253)

2017-07-13 Thread Simon Lees
simotek commented on this pull request. > @@ -511,13 +511,14 @@ void rpmpsmNotify(rpmpsm psm, int what, rpm_loff_t > amount) */ static void markReplacedInstance(rpmts ts, rpmte te) { +/* this must match rpmNameVersionCompare in depends.c */ Thanks, this was quite an old patch, will

Re: [Rpm-maint] [rpm-software-management/rpm] Don't modify interupts if db is read only (#251)

2017-07-13 Thread Simon Lees
Ok i'll update the commit message as a starting point, the original patch was quite different but it doesn't seem like this has been covered in the latest version. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] Also test architecture in "refresh" test when not colored. (#253)

2017-07-13 Thread Simon Lees
simotek commented on this pull request. > @@ -511,13 +511,14 @@ void rpmpsmNotify(rpmpsm psm, int what, rpm_loff_t > amount) */ static void markReplacedInstance(rpmts ts, rpmte te) { +/* this must match rpmNameVersionCompare in depends.c */ Ok, i'll upstream that patch alongside this

Re: [Rpm-maint] [rpm-software-management/rpm] Don't modify interupts if db is read only (#251)

2017-07-14 Thread Simon Lees
I guess thats something else we should upstream or standardize with upstream on. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] Convert output to the current locale (#250)

2017-07-19 Thread Simon Lees
Ok thanks, i'll look into that at some point, currently i'm working on alll this as a background task between other things. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] Create binary rpm packages in parallel? (better multiple CPU core utilization) (#211)

2017-05-31 Thread Simon Lees
I've also just started looking into this as well. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] Run binary package generation via thread pools (#226)

2018-09-06 Thread Simon Lees
@ignatenkobrain testing your patches in the Yocto project (with some extra debugging statements) on openSUSE's open build service instance its clear that the packages are still being built sequentially I'm not sure why yet, but here's some debug output below. Some of us at SUSE are quite keen

Re: [Rpm-maint] [rpm-software-management/rpm] Run binary package generation via thread pools (#226)

2018-09-06 Thread Simon Lees
Never mind it seems that the patch is not being applied correctly here -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] Run binary package generation via thread pools (#226)

2018-09-12 Thread Simon Lees
Is it possible to get this accepted? I've been testing it on openSUSE's build services, with some very rough (semi controlled) benchmarking the speedup's aren't huge a medium size package that splits out into multiple packages might save 10 seconds off a 5-6 minute build but when you take that