Git Product home page Git Product logo

Comments (6)

pypingou avatar pypingou commented on July 17, 2024

For now I manually adjusted the DB.

Before:

# select * from repository where name like '%/24/%' ;
    id    |                             name                              |      prefix      | category_id | version_id | arch_id | directory_id | disabled 
----------+---------------------------------------------------------------+------------------+-------------+------------+---------+--------------+----------
 27707633 | pub/fedora/linux/development/24/Workstation/source/tree       | fedora-source-24 |           3 |          8 |       1 |        96681 | f
 27707634 | pub/fedora/linux/development/24/Workstation/armhfp/debug/tree | fedora-debug-24  |           3 |          8 |      13 |        96338 | f
 27707635 | pub/fedora/linux/development/24/Everything/armhfp/os          | fedora-24        |           3 |          8 |      13 |        95786 | f
 27707636 | pub/fedora/linux/development/24/Everything/x86_64/debug/tree  | fedora-debug-24  |           3 |          8 |       3 |        95942 | f
 27707637 | pub/fedora/linux/development/24/Workstation/x86_64/os         | fedora-24        |           3 |          8 |       3 |        96742 | f
 27707638 | pub/fedora/linux/development/24/Workstation/i386/os           | fedora-24        |           3 |          8 |       2 |        96648 | f
 27707639 | pub/fedora/linux/development/24/Workstation/i386/debug/tree   | fedora-debug-24  |           3 |          8 |       2 |        96618 | f

After:

# select * from repository where name like '%/24/%';
    id    |                             name                             |      prefix      | category_id | version_id | arch_id | directory_id | disabled 
----------+--------------------------------------------------------------+------------------+-------------+------------+---------+--------------+----------
 27707635 | pub/fedora/linux/development/24/Everything/armhfp/os         | fedora-24        |           3 |          8 |      13 |        95786 | f
 27707636 | pub/fedora/linux/development/24/Everything/x86_64/debug/tree | fedora-debug-24  |           3 |          8 |       3 |        95942 | f
 27707633 | pub/fedora/linux/development/24/Everything/source/tree       | fedora-source-24 |           3 |          8 |       1 |        96681 | f
 27707634 | pub/fedora/linux/development/24/Everything/armhfp/debug/tree | fedora-debug-24  |           3 |          8 |      13 |        96338 | f
 27707637 | pub/fedora/linux/development/24/Everything/x86_64/os         | fedora-24        |           3 |          8 |       3 |        96742 | f
 27707638 | pub/fedora/linux/development/24/Everything/i386/os           | fedora-24        |           3 |          8 |       2 |        96648 | f
 27707639 | pub/fedora/linux/development/24/Everything/i386/debug/tree   | fedora-debug-24  |           3 |          8 |       2 |        96618 | f
(7 rows)

from mirrormanager2.

nirik avatar nirik commented on July 17, 2024

Note that the debuginfo repos are also broken... they point to the last update before the pungi4 changes landed and have just a few mirrors. For example:

https://mirrors.fedoraproject.org/metalink?repo=rawhide-debug&arch=x86_64

from mirrormanager2.

pypingou avatar pypingou commented on July 17, 2024

@nirik https://mirrors.fedoraproject.org/mirrorlist?repo=rawhide-debug&arch=x86_64 doesn't look too bad for me here, is it still problematic for you?

from mirrormanager2.

nirik avatar nirik commented on July 17, 2024

Dennis went and changed the directories in the admin web interface...

we still should fix it's detection perhaps so it knows them correctly.

from mirrormanager2.

pypingou avatar pypingou commented on July 17, 2024

Hard to fix if we don't know the symptoms :-/

from mirrormanager2.

nirik avatar nirik commented on July 17, 2024

Yeah, I should have recorded what it was before it was changed. ;(

Perhaps we can test in stg?

from mirrormanager2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.