This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
tango-tsg-container/dockerfile/firewall/MESA-Framework.repo

57 lines
1.2 KiB
Plaintext
Raw Normal View History

2021-03-10 16:14:15 +08:00
# CentOS-Base.repo
#
# The mirror system uses the connecting IP address of the client and the
# update status of each mirror to pick mirrors that are updated to and
# geographically close to the client. You should use this for CentOS updates
# unless you are manually picking other mirrors.
#
# If the mirrorlist= does not work for you, as a fall back you can try the
# remarked out baseurl= line instead.
#
#
#[MESA_framework]
#name=MESA_framework
#baseurl=ftp://192.168.41.182/pub/framework
#gpgcheck=0
[framework]
name=framework
baseurl=https://repo.geedge.net/pulp/content/7/x86_64/stable/framework/
enabled=1
gpgcheck=0
username=liuxueli
password=LXL@repo
[platform]
name=platform
baseurl=https://repo.geedge.net/pulp/content/7/x86_64/stable/platform/
enabled=1
gpgcheck=0
username=liuxueli
password=LXL@repo
[protocol]
name=protocol
baseurl=https://repo.geedge.net/pulp/content/7/x86_64/stable/protocol/
enabled=1
gpgcheck=0
username=liuxueli
password=LXL@repo
[tsg]
name=tsg
baseurl=https://repo.geedge.net/pulp/content/7/x86_64/stable/tsg/
enabled=1
gpgcheck=0
username=liuxueli
password=LXL@repo
[AppSketch]
name=AppSketch
baseurl=https://repo.geedge.net/pulp/content/7/x86_64/stable/AppSketch/
enabled=1
gpgcheck=0
username=liuxueli
password=LXL@repo