Compare commits

...

2 Commits

Author SHA1 Message Date
Denis 'GNUtoo' Carikli 1feb087515
README: clarify software heritage backups
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2024-07-04 02:47:13 +02:00
Denis 'GNUtoo' Carikli 5ab7f768d6
audio.experimental.a-lec.org: use Guix for autogen.sh
The target server (anthea) where the images will now be deployed
doesn't have autoconf, automake and m4 installed.

Because of that we work around by using the Guix versions.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2024-07-04 02:45:59 +02:00
2 changed files with 6 additions and 3 deletions

2
README
View File

@ -10,7 +10,7 @@ compromise, the VMs can easily and safely be reinstalled.
Backups Backups
======= =======
This repository is also backed up on software heritage. This repository is also backed up on software heritage from time to time.
Bootstrap Bootstrap
========= =========

View File

@ -8,4 +8,7 @@
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this file. If not, see <http://www.gnu.org/licenses/>. # along with this file. If not, see <http://www.gnu.org/licenses/>.
autoreconf -fi $@ guix shell -C \
autoconf automake coreutils grep m4 sed \
-- \
autoreconf -fi $@