<?xml version="1.0" encoding="UTF-8" ?>

<bugzilla version="5.2"
          urlbase="https://bugzilla.altlinux.org/"
          
          maintainer="jenya@basealt.ru"
>

    <bug>
          <bug_id>16662</bug_id>
          
          <creation_ts>2008-08-12 01:01:47 +0400</creation_ts>
          <short_desc>add --no-check option</short_desc>
          <delta_ts>2012-03-16 13:59:26 +0400</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Development</classification>
          <product>Sisyphus</product>
          <component>sisyphus_check</component>
          <version>unstable</version>
          <rep_platform>all</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>enhancement</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="viy">viy</reporter>
          <assigned_to name="Dmitry V. Levin">ldv</assigned_to>
          <cc>at</cc>
    
    <cc>evg</cc>
    
    <cc>glebfm</cc>
    
    <cc>imz</cc>
    
    <cc>ldv</cc>
    
    <cc>legion</cc>
    
    <cc>placeholder</cc>
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>75288</commentid>
    <comment_count>0</comment_count>
    <who name="viy">viy</who>
    <bug_when>2008-08-12 01:01:47 +0400</bug_when>
    <thetext>Хотелось бы из репокопа обругать пакеты, которые не проходят
--check-gpg --check-buildhost --check-buildtime.
но там нужно отдельное сообщение.
поэтому я хочу запускать отдельно 
sisyphus_check --no-check-gpg --no-check-buildhost --no-check-buildtime 
и отдельно
sisyphus_check --check-gpg --check-buildhost --check-buildtime
но в последнем случае нужна опция, чтобы никакие больше тесты не запускалить.
что-то вроде --no-check:
sisyphus_check --no-check --check-gpg --check-buildhost --check-buildtime</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>75290</commentid>
    <comment_count>1</comment_count>
    <who name="Alexey Gladkov">legion</who>
    <bug_when>2008-08-12 01:15:04 +0400</bug_when>
    <thetext>Вы же можете использовать --no-check=LIST или --check=LIST.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>75291</commentid>
    <comment_count>2</comment_count>
    <who name="viy">viy</who>
    <bug_when>2008-08-12 01:21:06 +0400</bug_when>
    <thetext>я как человек могу, но эта опция запрашивается для тупого робота :)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>75292</commentid>
    <comment_count>3</comment_count>
    <who name="viy">viy</who>
    <bug_when>2008-08-12 01:21:58 +0400</bug_when>
    <thetext>верно ли я понял, что --check=LIST. отключит не указанные в LIST тесты?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>75295</commentid>
    <comment_count>4</comment_count>
    <who name="Sir Raorn">raorn</who>
    <bug_when>2008-08-12 01:29:53 +0400</bug_when>
    <thetext>Этот LIST заранее неизвестен.  Ищется аналог --no-check=ALL.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>75296</commentid>
    <comment_count>5</comment_count>
    <who name="Alexey Gladkov">legion</who>
    <bug_when>2008-08-12 02:51:22 +0400</bug_when>
    <thetext>(In reply to comment #4)
&gt; Этот LIST заранее неизвестен.  Ищется аналог --no-check=ALL.

На самом деле sisyphus_check тоже не знает список своих проверок. Он получает их динамически из директории. Но я понял, что вам нужно:

http://git.altlinux.org/people/legion/packages/sisyphus_check.git?p=sisyphus_check.git;a=commit;h=112e09a81e9c0e22b0716f3a8b4d51ff60a42b06

угадал ?
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>75307</commentid>
    <comment_count>6</comment_count>
    <who name="viy">viy</who>
    <bug_when>2008-08-12 11:18:25 +0400</bug_when>
    <thetext>oно! Жду в Сизифе.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>75310</commentid>
    <comment_count>7</comment_count>
    <who name="Alexey Gladkov">legion</who>
    <bug_when>2008-08-12 12:09:39 +0400</bug_when>
    <thetext>Не торопитесь. Я лишь вольный художник:

$ egrep &apos;^sisyphus_check&apos; /ALT/Sisyphus/files/list/list.src.classic 
sisyphus_check	ldv at

Я могу написать реализацию, но последнее слово за людьми в этом списке.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>76564</commentid>
    <comment_count>8</comment_count>
    <who name="Dmitry V. Levin">ldv</who>
    <bug_when>2008-08-29 18:47:52 +0400</bug_when>
    <thetext>(In reply to comment #7)
&gt; Не торопитесь. Я лишь вольный художник:
&gt; 
&gt; $ egrep &apos;^sisyphus_check&apos; /ALT/Sisyphus/files/list/list.src.classic 
&gt; sisyphus_check  ldv at

Fixed.

</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>76566</commentid>
    <comment_count>9</comment_count>
    <who name="Dmitry V. Levin">ldv</who>
    <bug_when>2008-08-29 19:03:35 +0400</bug_when>
    <thetext>0.8.3-alt1</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>