user ftp.debian....@packages.debian.org usertags 685807 dak severity 685807 important tags 685807 + confirmed thanks
This is the case for uploads targeted to suites not directly mapped in suite table: >>> from daklib.dbconn import * >>> session = DBConn().session() >>> suite = >>> session.query(Suite).filter_by(suite_name='stable-proposed-updates').one() Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python2.6/dist-packages/sqlalchemy/orm/query.py", line 1528, in one raise orm_exc.NoResultFound("No row was found for one()") sqlalchemy.orm.exc.NoResultFound: No row was found for one() >>> As a workaround, you can prepare an upload targeted to stable or proposed-updates. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org