diff options
author | V3n3RiX <venerix@rogentos.ro> | 2015-09-19 14:43:11 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2015-09-19 14:43:11 +0100 |
commit | 8ca2b892c601f578ee9c71020914efaf6df30001 (patch) | |
tree | b3d5f5dd49f8e123f4afd94a4771f6d9eb779b1a /libvasile | |
parent | a3a919c85f6945de16161ae57d3e740bb249bac9 (diff) |
change vasile to use some sane repos, rename will follow soon
Diffstat (limited to 'libvasile')
-rwxr-xr-x | libvasile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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" |