diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2015-02-17 23:05:00 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2015-02-17 23:05:00 +0200 |
commit | 42b069d21e4287700061fdb1175f50cab9ae19a3 (patch) | |
tree | 6210d8c05ed15ed127239e76249b5d6717765812 | |
parent | f3b18315d224cdb601dab442800606211297cfe6 (diff) |
It`s rogentos.ro for now in Kogaion
-rwxr-xr-x | bin/bump_notice_weekly_repo | 2 | ||||
-rwxr-xr-x | bin/bump_weekly_repo | 2 | ||||
-rw-r--r-- | conf/intel/portage/profile/package.use.mask/00-kogaion.mask | 2 | ||||
-rwxr-xr-x | tinderbox/matter-build.sh | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/bin/bump_notice_weekly_repo b/bin/bump_notice_weekly_repo index f91c2cd..9879a17 100755 --- a/bin/bump_notice_weekly_repo +++ b/bin/bump_notice_weekly_repo @@ -1,2 +1,2 @@ #!/bin/sh -ssh entropy@pkg.kogaion.org /kogaion/bin/update-kogaion-weekly-notice +ssh entropy@pkg.rogentos.ro /kogaion/bin/update-kogaion-weekly-notice diff --git a/bin/bump_weekly_repo b/bin/bump_weekly_repo index 8521fa8..5b278c1 100755 --- a/bin/bump_weekly_repo +++ b/bin/bump_weekly_repo @@ -1,2 +1,2 @@ #!/bin/sh -ssh entropy@pkg.kogaion.org /kogaion/bin/update-kogaion-weekly-repository +ssh entropy@pkg.rogentos.ro /kogaion/bin/update-kogaion-weekly-repository diff --git a/conf/intel/portage/profile/package.use.mask/00-kogaion.mask b/conf/intel/portage/profile/package.use.mask/00-kogaion.mask index ff957bc..37d3879 100644 --- a/conf/intel/portage/profile/package.use.mask/00-kogaion.mask +++ b/conf/intel/portage/profile/package.use.mask/00-kogaion.mask @@ -4,7 +4,7 @@ kde-base/solid -networkmanager # need to unmask its use flag media-gfx/blender -python_single_target_python3_3 -python_targets_python3_3 -# http://bugs.kogaion.org/show_bug.cgi?id=4115 +# http://bugs.rogentos.ro/show_bug.cgi?id=4115 media-sound/audacity -ffmpeg # USE=systemd unmasking, no need to keep them masked diff --git a/tinderbox/matter-build.sh b/tinderbox/matter-build.sh index 89db7c0..7d80366 100755 --- a/tinderbox/matter-build.sh +++ b/tinderbox/matter-build.sh @@ -74,7 +74,7 @@ echo "Acquiring locks at ${LOCK_FILE} and ${LVM_LOCK_FILE} in blocking mode, wai bzip2 -f -k "${LOG_FILE}" # send mail echo "Hello boys and girls, -this is andromeda.kogaion.org informing you that a new matter run has been +this is andromeda.rogentos.ro informing you that a new matter run has been eventually executed. Call : ${ARGS} @@ -82,7 +82,7 @@ Exit : ${rc} Log : ${LOG_FILE}.bz2 Do not forget to check logs before touching repositories. -Thanks for reading." | mutt -s "${schedule} matter run, $(basename ${LOG_FILE})" -a "${LOG_FILE}.bz2" -- entropy-team@lists.kogaion.org +Thanks for reading." | mutt -s "${schedule} matter run, $(basename ${LOG_FILE})" -a "${LOG_FILE}.bz2" -- entropy-team@lists.rogentos.ro # spawn GLSA and ignore any failures /build/tinderbox/glsa-scheduler "${CHROOT_DIR}" "${CHROOT_NAME}" "${PRE_CHROOT}" > /dev/null |