From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-sysadm/2010-November/000961.html | 96 +++++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000961.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000961.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000961.html b/zarb-ml/mageia-sysadm/2010-November/000961.html new file mode 100644 index 000000000..340782e82 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000961.html @@ -0,0 +1,96 @@ + + + + [Mageia-sysadm] [157] include arch in chroot dir name + + + + + + + + + +

[Mageia-sysadm] [157] include arch in chroot dir name

+ root at mageia.org + root at mageia.org +
+ Fri Nov 26 01:15:08 CET 2010 +

+
+ +
Revision: 157
+Author:   blino
+Date:     2010-11-26 01:15:08 +0100 (Fri, 26 Nov 2010)
+Log Message:
+-----------
+include arch in chroot dir name
+
+Modified Paths:
+--------------
+    build_system/iurt/trunk/iurt2
+
+Modified: build_system/iurt/trunk/iurt2
+===================================================================
+--- build_system/iurt/trunk/iurt2	2010-11-25 23:48:57 UTC (rev 156)
++++ build_system/iurt/trunk/iurt2	2010-11-26 00:15:08 UTC (rev 157)
+@@ -707,7 +707,7 @@
+ $run{unionfs_tmp} = $run{unionfs};	
+ 
+ my ($chroot_name, $chroot_tmp, $chroot, $chroot_tar);
+-$chroot_name = "chroot_$run{distro_tag}$debug_tag";
++$chroot_name = "chroot_$run{distro_tag}$debug_tag.$run{my_arch}";
+ if (!$run{use_old_chroot}) {
+     $chroot_tmp = "$config->{local_home}/chroot_tmp";
+ 
+@@ -731,7 +731,7 @@
+     $chroot = $run{use_old_chroot};
+ }
+ $run{chroot_path} = $chroot;
+-$chroot_tar = "$config->{local_home}/$chroot_name.$run{my_arch}.tar.gz";
++$chroot_tar = "$config->{local_home}/$chroot_name.tar.gz";
+ $run{chroot_tar} = $chroot_tar;
+ # 20061222 warly 
+ # even in use_old_chroot mode we create the chroot if it does not exist (useful 
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20101126/fd64f0db/attachment-0001.html>
+
+ + + + + + + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ -- cgit v1.2.1