summaryrefslogtreecommitdiff
path: root/libvasile
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2015-09-19 14:43:11 +0100
committerV3n3RiX <venerix@rogentos.ro>2015-09-19 14:43:11 +0100
commit8ca2b892c601f578ee9c71020914efaf6df30001 (patch)
treeb3d5f5dd49f8e123f4afd94a4771f6d9eb779b1a /libvasile
parenta3a919c85f6945de16161ae57d3e740bb249bac9 (diff)
change vasile to use some sane repos, rename will follow soon
Diffstat (limited to 'libvasile')
-rwxr-xr-xlibvasile6
1 files 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"