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

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

    <bug>
          <bug_id>55989</bug_id>
          
          <creation_ts>2025-09-15 17:41:36 +0300</creation_ts>
          <short_desc>Конфигурация-пример по умолчанию использует git://github.com, который давно недоступен</short_desc>
          <delta_ts>2025-11-21 14:41:37 +0300</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Branch p10</product>
          <component>buildbot</component>
          <version>не указана</version>
          <rep_platform>x86_64</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>P5</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Artem Varaksa">varaksaaa</reporter>
          <assigned_to name="obirvalger@altlinux.org">obirvalger</assigned_to>
          
          
          <qa_contact name="qa-p10@altlinux.org">qa-p10</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>272498</commentid>
    <comment_count>0</comment_count>
    <who name="Artem Varaksa">varaksaaa</who>
    <bug_when>2025-09-15 17:41:36 +0300</bug_when>
    <thetext>См.:
* https://github.blog/security/application-security/improving-git-protocol-security-github/

Исправлено в 3.6.0+:
* https://github.com/buildbot/buildbot/pull/6598
* https://github.com/buildbot/buildbot/commit/836f5816bab30781e249115567e0dba3bbce605b
* https://git.altlinux.org/gears/b/buildbot.git?p=buildbot.git;a=commit;h=836f5816bab30781e249115567e0dba3bbce605b


Шаги
====

1. # apt-get install -y buildbot buildbot-worker {python3-module-,}buildbot-www
2. # buildbot create-master master
3. # mv master/master.cfg.sample master/master.cfg &amp;&amp; sed -i &quot;/buildbotURL/s/localhost/$(hostname -i)/&quot; master/master.cfg
4. # buildbot start master
5. # buildbot-worker create-worker worker localhost example-worker pass
6. # buildbot-worker start worker
7. Открыть страницу `# echo http://$(hostname -i):8010`, Builds -&gt; Builders -&gt; runtests -&gt; force -&gt; Start Build.
8. Раскрыть результаты тестов


Фактический результат
=====================

&gt; Cloning into &apos;.&apos;...
&gt; fatal: unable to connect to github.com:
&gt; github.com[0: 140.82.121.3]: errno=Connection timed out

Аналогично, если сделать вручную `# git clone git://github.com/buildbot/hello-world.git test`.

При этом `# git clone https://github.com/buildbot/hello-world.git test` работает.


Ожидаемый результат
===================

Успешные клонирование и сборка тестового проекта.


Воспроизводимость
=================

Воспроизводится на виртуальных машинах:

[p10]
buildbot-3.3.0-alt1.noarch


Не воспроизводится на виртуальных машинах:

[p11]
buildbot-4.3.0-alt1.noarch

[sisyphus]
buildbot-4.3.0-alt1.noarch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>277579</commentid>
    <comment_count>1</comment_count>
    <who name="Repository Robot">repository-robot</who>
    <bug_when>2025-11-21 14:41:37 +0300</bug_when>
    <thetext>buildbot-3.3.0-alt2 -&gt; p10:

Thu Nov 13 2025 Mikhail Gordeev &lt;obirvalger@altlinux&gt; 3.3.0-alt2
- Fix example url (Closes: 55989)</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>