diff options
-rw-r--r-- | app-portage/sisyphus/files/mirrors.conf | 17 | ||||
-rw-r--r-- | app-portage/sisyphus/sisyphus-2.1812.1.ebuild (renamed from app-portage/sisyphus/sisyphus-2.1812.ebuild) | 2 |
2 files changed, 15 insertions, 4 deletions
diff --git a/app-portage/sisyphus/files/mirrors.conf b/app-portage/sisyphus/files/mirrors.conf index 3a4643ac..4b4e9539 100644 --- a/app-portage/sisyphus/files/mirrors.conf +++ b/app-portage/sisyphus/files/mirrors.conf @@ -1,19 +1,30 @@ ####################################################### # Support for multiple mirrors is somewhat incomplete # +####################################################### +# Please avoid using the Main Repository # +# http://mirrors.redcorelinux.org/redcorelinux # +# as the bandwidth is limited, use mirrors instead # +####################################################### # Uncomment only one mirror from the list bellow # ####################################################### +# Main repository - stable +# PORTAGE_BINHOST="http://mirrors.redcorelinux.org/redcorelinux/packages/" + +# Main repository - testing +# PORTAGE_BINHOST="http://mirrors.redcorelinux.org/redcorelinux/packages-next/" + # Princeton University (USA) mirror - stable -# PORTAGE_BINHOST="http://mirror.math.princeton.edu/pub/redcorelinux/packages/" +PORTAGE_BINHOST="http://mirror.math.princeton.edu/pub/redcorelinux/packages/" # Princeton University (USA) mirror - testing # PORTAGE_BINHOST="http://mirror.math.princeton.edu/pub/redcorelinux/packages-next/" # Alpix.eu (Germany) mirror - stable -PORTAGE_BINHOST="http://mirror.alpix.eu/redcorelinux/packages/" +# PORTAGE_BINHOST="http://mirror.alpix.eu/redcorelinux/packages/" # Alpix.eu (Germany) mirror - testing -PORTAGE_BINHOST="http://mirror.alpix.eu/redcorelinux/packages-next/" +# PORTAGE_BINHOST="http://mirror.alpix.eu/redcorelinux/packages-next/" # Yandex.ru (Russia) mirror - stable # PORTAGE_BINHOST="http://mirror.yandex.ru/mirrors/redcorelinux/packages/" diff --git a/app-portage/sisyphus/sisyphus-2.1812.ebuild b/app-portage/sisyphus/sisyphus-2.1812.1.ebuild index 00372f8b..ffdf0b28 100644 --- a/app-portage/sisyphus/sisyphus-2.1812.ebuild +++ b/app-portage/sisyphus/sisyphus-2.1812.1.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="http://redcorelinux.org" EGIT_REPO_URI="https://pagure.io/redcore/sisyphus.git" EGIT_BRANCH="master" -EGIT_COMMIT="8cf0e391e659917fd73d2ddbea7cc1bd2fa8cdae" +EGIT_COMMIT="19c4f210b278390457e794f94c34ff58d4f528cf" LICENSE="GPL-2" SLOT="0" |