[Bug 690498] New: source_validator can not parse Release: lines
https://bugzilla.novell.com/show_bug.cgi?id=690498 https://bugzilla.novell.com/show_bug.cgi?id=690498#c0 Summary: source_validator can not parse Release: lines Classification: Internal Novell Products Product: openSUSE Build Service Version: master Platform: x86-64 OS/Version: Linux Status: NEW Severity: Major Priority: P5 - None Component: osc AssignedTo: adrian@novell.com ReportedBy: ohering@novell.com QAContact: adrian@novell.com Found By: Outsourced Testing Blocker: --- olaf@bax:~/work/obs/home:olh:xen-unstable/xen-unstable $ LANG= obs commit bash: /usr/src/packages/SOURCES/get_release_number.sh: No such file or directory error: line 37: Empty tag: Release: ERROR: source_validator failed: None olaf@bax:~/work/obs/home:olh:xen-unstable/xen-unstable $ cat get_release_number.sh #! /bin/sh if test "$PWD" = "/" || test "$PWD" = "$HOME" then cd /usr/src/packages/SOURCES fi exec env -i TZ=UTC date --reference="`ls -td * | head -n 1`" +%Y%m%d.%H%M%S exec env -i TZ=UTC date +%Y%m%d.%H%M%S olaf@bax:~/work/obs/home:olh:xen-unstable/xen-unstable $ grep Release xen.spec Release: %(bash %_sourcedir/get_release_number.sh) The only way to fix it was rpm -e osc-source_validator-0.1-37.1 osc still complains: olaf@bax:~/work/obs/home:olh:xen-unstable/xen-unstable $ LANG= obs commit -m ' ' WARNING: source_validator_directory configured but it does not exist: /usr/lib/osc/source_validators Install osc-source_validator to fix. Deleting xen-unstable.hg-4.2.23243.tar.bz2 Sending xen.spec Sending xen-unstable.hg-4.2.23282.tar.bz2 Transmitting file data .. Committed revision 462. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=690498 https://bugzilla.novell.com/show_bug.cgi?id=690498#c1 Adrian Schröter <adrian@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |ohering@suse.com AssignedTo|adrian@suse.com |ro@suse.com --- Comment #1 from Adrian Schröter <adrian@suse.com> 2012-04-03 15:19:19 UTC --- still a problem with new service based validator ? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=690498 https://bugzilla.novell.com/show_bug.cgi?id=690498#c2 Olaf Hering <ohering@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|ohering@suse.com | --- Comment #2 from Olaf Hering <ohering@suse.com> 2012-04-03 17:45:49 CEST --- this appears to be fixed, osc-source_validator 0.1-88.1 is installed and a commit succeeded. also the warning is gone since some time, I think. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=690498 https://bugzilla.novell.com/show_bug.cgi?id=690498#c3 Adrian Schröter <adrian@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Adrian Schröter <adrian@suse.com> 2012-04-04 07:25:24 UTC --- good -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com