mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-05 05:06:36 +08:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
70314ea485 |
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
#############################################################################
|
#############################################################################
|
||||||
##
|
##
|
||||||
## Copyright (C) 2018 The Qt Company Ltd.
|
## Copyright (C) 2020 The Qt Company Ltd.
|
||||||
## Contact: http://www.qt.io/licensing/
|
## Contact: http://www.qt.io/licensing/
|
||||||
##
|
##
|
||||||
## This file is part of the provisioning scripts of the Qt Toolkit.
|
## This file is part of the provisioning scripts of the Qt Toolkit.
|
||||||
@@ -33,7 +33,11 @@
|
|||||||
##
|
##
|
||||||
#############################################################################
|
#############################################################################
|
||||||
|
|
||||||
set -ex
|
set -e
|
||||||
|
|
||||||
|
curl --retry 5 --retry-delay 10 --retry-max-time 60 http://ci-files01-hki.intra.qt.io/input/semisecure/redhat_ak.sh -o "/tmp/redhat_ak.sh" &>/dev/null
|
||||||
|
sudo chmod 755 /tmp/redhat_ak.sh
|
||||||
|
/tmp/redhat_ak.sh
|
||||||
|
|
||||||
# refresh local certificates
|
# refresh local certificates
|
||||||
sudo subscription-manager refresh
|
sudo subscription-manager refresh
|
||||||
@@ -41,3 +45,4 @@ sudo subscription-manager refresh
|
|||||||
# Attach available subscriptions to system. This is needed when subscriptions are renewed.
|
# Attach available subscriptions to system. This is needed when subscriptions are renewed.
|
||||||
sudo subscription-manager attach --auto
|
sudo subscription-manager attach --auto
|
||||||
|
|
||||||
|
sudo rm -f /tmp/redhat_ak.sh
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
#############################################################################
|
#############################################################################
|
||||||
##
|
##
|
||||||
## Copyright (C) 2018 The Qt Company Ltd.
|
## Copyright (C) 2020 The Qt Company Ltd.
|
||||||
## Contact: http://www.qt.io/licensing/
|
## Contact: http://www.qt.io/licensing/
|
||||||
##
|
##
|
||||||
## This file is part of the provisioning scripts of the Qt Toolkit.
|
## This file is part of the provisioning scripts of the Qt Toolkit.
|
||||||
@@ -33,7 +33,11 @@
|
|||||||
##
|
##
|
||||||
#############################################################################
|
#############################################################################
|
||||||
|
|
||||||
set -ex
|
set -e
|
||||||
|
|
||||||
|
curl --retry 5 --retry-delay 10 --retry-max-time 60 http://ci-files01-hki.intra.qt.io/input/semisecure/redhat_ak.sh -o "/tmp/redhat_ak.sh" &>/dev/null
|
||||||
|
sudo chmod 755 /tmp/redhat_ak.sh
|
||||||
|
/tmp/redhat_ak.sh
|
||||||
|
|
||||||
# refresh local certificates
|
# refresh local certificates
|
||||||
sudo subscription-manager refresh
|
sudo subscription-manager refresh
|
||||||
@@ -41,3 +45,4 @@ sudo subscription-manager refresh
|
|||||||
# Attach available subscriptions to system. This is needed when subscriptions are renewed.
|
# Attach available subscriptions to system. This is needed when subscriptions are renewed.
|
||||||
sudo subscription-manager attach --auto
|
sudo subscription-manager attach --auto
|
||||||
|
|
||||||
|
sudo rm -f /tmp/redhat_ak.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user