<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:13:49 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[CDRIVER-1991] Unfinished &quot;make-release-archive&quot; logic in config.yml</title>
                <link>https://jira.mongodb.org/browse/CDRIVER-1991</link>
                <project id="10030" key="CDRIVER">C Driver</project>
                    <description>&lt;p&gt;There&apos;s some funny logic in libbson&apos;s config.yml, maybe in libmongoc&apos;s too.&lt;/p&gt;

&lt;p&gt;At the start of the build, &quot;fetch source&quot; both gets the source from git, and also curls libbson-${CURRENT_VERSION}.tar.gz from S3 if it exists (which it often doesn&apos;t).&lt;/p&gt;

&lt;p&gt;At the end of the build, &quot;upload artifacts&quot; archives the working directory into artifacts.tar.gz &lt;b&gt;twice&lt;/b&gt;. Then, it ignores artifacts.tar.gz, and uploads the file it got from S3 (if any) in the &quot;fetch source&quot; step.&lt;/p&gt;</description>
                <environment></environment>
        <key id="345714">CDRIVER-1991</key>
            <summary>Unfinished &quot;make-release-archive&quot; logic in config.yml</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.mongodb.org/images/icons/priorities/minor.svg">Minor - P4</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="9">Done</resolution>
                                        <assignee username="bjori">Hannes Magnusson</assignee>
                                    <reporter username="jesse@mongodb.com">A. Jesse Jiryu Davis</reporter>
                        <labels>
                    </labels>
                <created>Fri, 13 Jan 2017 20:09:14 +0000</created>
                <updated>Tue, 24 Jan 2017 22:23:21 +0000</updated>
                            <resolved>Tue, 24 Jan 2017 22:23:21 +0000</resolved>
                                                    <fixVersion>1.6.0</fixVersion>
                                    <component>Build</component>
                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="1484422" author="bjori" created="Tue, 24 Jan 2017 22:23:21 +0000"  >&lt;p&gt;this should be fixed now&lt;/p&gt;</comment>
                            <comment id="1484419" author="xgen-internal-githook" created="Tue, 24 Jan 2017 22:21:39 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;bjori&apos;, u&apos;name&apos;: u&apos;Hannes Magnusson&apos;, u&apos;email&apos;: u&apos;bjori@php.net&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-1991&quot; title=&quot;Unfinished &amp;quot;make-release-archive&amp;quot; logic in config.yml&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-1991&quot;&gt;&lt;del&gt;CDRIVER-1991&lt;/del&gt;&lt;/a&gt; Ensure we limit the hex to 7 digits&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/libbson/commit/39a2ce7189c56b6d5aca7954f5ee90db3b5006e8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/libbson/commit/39a2ce7189c56b6d5aca7954f5ee90db3b5006e8&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1484410" author="xgen-internal-githook" created="Tue, 24 Jan 2017 22:15:39 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;bjori&apos;, u&apos;name&apos;: u&apos;Hannes Magnusson&apos;, u&apos;email&apos;: u&apos;bjori@php.net&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-1991&quot; title=&quot;Unfinished &amp;quot;make-release-archive&amp;quot; logic in config.yml&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-1991&quot;&gt;&lt;del&gt;CDRIVER-1991&lt;/del&gt;&lt;/a&gt; Ensure we limit the hex to 7 digits&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/670366c954d6cd1c8ac609e9b76aa5fe6616062c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/670366c954d6cd1c8ac609e9b76aa5fe6616062c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1484406" author="bjori" created="Tue, 24 Jan 2017 22:14:34 +0000"  >&lt;p&gt;adding --abbrev=7 should ensure its always 7, even though it is the default value. Maybe there is a strange config on that host?&lt;/p&gt;</comment>
                            <comment id="1484125" author="xgen-internal-githook" created="Tue, 24 Jan 2017 19:22:45 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;bjori&apos;, u&apos;name&apos;: u&apos;Hannes Magnusson&apos;, u&apos;email&apos;: u&apos;bjori@php.net&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-1991&quot; title=&quot;Unfinished &amp;quot;make-release-archive&amp;quot; logic in config.yml&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-1991&quot;&gt;&lt;del&gt;CDRIVER-1991&lt;/del&gt;&lt;/a&gt; Compress the archive once and upload the right file&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/libbson/commit/1d461e491be7514feca2c6f4a9ac381f28d3f484&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/libbson/commit/1d461e491be7514feca2c6f4a9ac381f28d3f484&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1481483" author="bjori" created="Fri, 20 Jan 2017 18:28:39 +0000"  >&lt;p&gt;The clang task is failing to fetch the prepared release archive because the URL its trying to fetch is wrong:&lt;br/&gt;
&lt;a href=&quot;http://s3.amazonaws.com/mciuploads/mongo-c-driver/mongo-c-driver-1.5.0-rc4-110-gc4fb5bea-patch-587d57eb3ff1224ad7000a32.tar.gz&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://s3.amazonaws.com/mciuploads/mongo-c-driver/mongo-c-driver-1.5.0-rc4-110-gc4fb5bea-patch-587d57eb3ff1224ad7000a32.tar.gz&lt;/a&gt;&lt;br/&gt;
vs&lt;br/&gt;
&lt;a href=&quot;http://s3.amazonaws.com/mciuploads/mongo-c-driver/mongo-c-driver-1.5.0-rc4-110-gc4fb5be-patch-587d57eb3ff1224ad7000a32.tar.gz&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://s3.amazonaws.com/mciuploads/mongo-c-driver/mongo-c-driver-1.5.0-rc4-110-gc4fb5be-patch-587d57eb3ff1224ad7000a32.tar.gz&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The &lt;tt&gt;&quot;1.5.0-rc4-110-gc4fb5be&quot;&lt;/tt&gt; is created by running &lt;tt&gt;git describe&lt;/tt&gt;.&lt;br/&gt;
I have no idea how that could possibly be returning different value for that particular task, or why and random &quot;a&quot; is appended to it.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hrbohj:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="1558">C Driver 2017 2 - Feb 10, 2018</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </customfields>
    </item>
</channel>
</rss>