https://bugzilla.wikimedia.org/show_bug.cgi?id=37133

       Web browser: ---
             Bug #: 37133
           Summary: Entries in mediawiki-extensions.txt that cannot be
                    cloned
           Product: Wikimedia
           Version: unspecified
          Platform: All
               URL: https://gerrit.wikimedia.org/mediawiki-extensions.txt
        OS/Version: All
            Status: NEW
          Keywords: i18n
          Severity: major
          Priority: Unprioritized
         Component: Git/Gerrit
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected],
                    [email protected]
    Classification: Unclassified
   Mobile Platform: ---


curl -s "https://gerrit.wikimedia.org/mediawiki-extensions.txt"; currently
reports three repositories that cannot be cloned.

Example: git clone
ssh://[email protected]:29418/mediawiki/extensions/TranslationNotifcations.git

This causes a command like to following to never complete:
for i in `curl -s "https://gerrit.wikimedia.org/mediawiki-extensions.txt"`
do
git clone ssh://[email protected]:29418/mediawiki/extensions/$i.git
done

In translatewiki.net, MediaWiki extension localisation support relies heavily
on this file, and if there is an issue with it, our work-flow breaks. In these
cases, we are forced to filter this list locally. Two issues were already
known, and with the recent addition of AdManager, a 3rd one is added to that
list now.

The following projects are not visible in
https://gerrit.wikimedia.org/r/#/admin/projects/, and subsequently, should also
not be part of mediawiki-extensions.txt.

* AdManager
* SelectTag.tag
* TranslationNotifcations

WMF Gerrit application managers promised this would be a thing of the past
after the latest upgrade, but obviously it is not.

Please fix.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to