From 96c0bd1b0f9c496cb4cfe28a1fef26eab9beb6ee Mon Sep 17 00:00:00 2001 From: Alexander Tratsevskiy Date: Thu, 23 Feb 2023 00:41:35 +0300 Subject: [PATCH] Fix revision --- profiles/templates/6_ac_update_sync/revision/0-ini | 2 +- .../revision/2023/{20230216-sync-type => 20230222-sync-type} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename profiles/templates/6_ac_update_sync/revision/2023/{20230216-sync-type => 20230222-sync-type} (79%) diff --git a/profiles/templates/6_ac_update_sync/revision/0-ini b/profiles/templates/6_ac_update_sync/revision/0-ini index bc57709..bc2eac3 100644 --- a/profiles/templates/6_ac_update_sync/revision/0-ini +++ b/profiles/templates/6_ac_update_sync/revision/0-ini @@ -1,4 +1,4 @@ # Calculate format=samba name=ini.env ini(overlay-distros.revision)== [overlay-distros] -revision = 20230216 +revision = 20230222 diff --git a/profiles/templates/6_ac_update_sync/revision/2023/20230216-sync-type b/profiles/templates/6_ac_update_sync/revision/2023/20230222-sync-type similarity index 79% rename from profiles/templates/6_ac_update_sync/revision/2023/20230216-sync-type rename to profiles/templates/6_ac_update_sync/revision/2023/20230222-sync-type index 0ce8aef..386bbff 100644 --- a/profiles/templates/6_ac_update_sync/revision/2023/20230216-sync-type +++ b/profiles/templates/6_ac_update_sync/revision/2023/20230222-sync-type @@ -2,7 +2,7 @@ #-ini(overlay-distros.revision,#-cut(0)-#)-# -if [ -e /etc/portage/repos.conf/cl-lxc.conf ]]; then +if [[ -e /etc/portage/repos.conf/cl-lxc.conf ]]; then sed -i 's/^sync-type.*/sync-type = git/g' /etc/portage/repos.conf/cl-lxc.conf fi