From 8ca2b892c601f578ee9c71020914efaf6df30001 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 19 Sep 2015 14:43:11 +0100 Subject: change vasile to use some sane repos, rename will follow soon --- libvasile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libvasile b/libvasile index 4e7f03f..a47e492 100755 --- a/libvasile +++ b/libvasile @@ -5,9 +5,9 @@ export local overlaydir="overlaydir" export local chrootuser="root" export local chroottarget="${@:2}" export local chrootbuildtarget="emerge -kav "$chroottarget"" -export local chrootoverlay="layman -f -a kogaion -o https://raw.github.com/Rogentos/kogaion/master/overlay.xml" -export local chrootdesktopoverlay="layman -f -a kogaion-desktop -o https://raw.github.com/Rogentos/kogaion-desktop/master/overlay.xml" -export local chrootbuildgit="cd /opt && git clone https://github.com/Rogentos/build.git" +export local chrootoverlay="layman -f -a kogaion -o https://gitlab.com/rogentos/kogaion-desktop/raw/master/overlay.xml" +export local chrootdesktopoverlay="layman -f -a kogaion-desktop -o https://gitlab.com/rogentos/kogaion-desktop/raw/master/overlay.xml" +export local chrootbuildgit="cd /opt && git clone https://gitlab.com/rogentos/build.git" export local chrootportageconfig="ln -sf /opt/build/conf/intel/portage /etc/portage" export local chrootenvupdate="/usr/sbin/env-update && . /etc/profile" export local chrootprofile="eselect profile set 1" -- cgit v1.2.3