Bugzilla – Bug 725211
osc wipebinaries does not remove all binaries
Last modified: 2023-10-12 07:10:03 UTC
User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:7.0.1) Gecko/20100101 Firefox/7.0.1 I tried to build a newer version of rpm for my SLE_11_SP1 repository, however, that led to incompatibility problems. I use osc wipebinaries --all home:repabuild -r SLE_11_SP1 -a i586 to try and remove these, however, this fails, as per: osc ls home:repabuild -r SLE_11_SP1 -a i586 -b trying it on other arch/repository does work, the failure seems to be just for these rpms I need to remove them, since they are incompatible with the rest of the build system, and lead to build failures. Reproducible: Couldn't Reproduce Steps to Reproduce: 1. osc wipebinaries --all home:repabuild -r SLE_11_SP1 -a i586 2. osc ls home:repabuild -r SLE_11_SP1 -a i586 -b This happens only for one repository/arch. The x86_64 arch is OK. Actual Results: rpm.rpm rpm-devel.rpm Expected Results: Listing nothing Are the permissions of these rpm.rpm and rpm-devel.rpm somehow different? Other binaries get wiped fine.
I think you just have not waited until the scheduler has processed the event.
Well, I think you have not even tried osc ls home:repabuild -r SLE_11_SP1 -a i586 -b The two rpm's are still stuck there. I KNOW about the scheduler. I tried wiping these damn things on several days. Nothing helps. Please look into this and take me seriously!