summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-sysadm/2011-February/002623.html
blob: 419a58e5c1f9095103578a2046a970c225854cae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
 <HEAD>
   <TITLE> [Mageia-sysadm] [480] use --nodeps when unpacking srpm
   </TITLE>
   <LINK REL="Index" HREF="index.html" >
   <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B480%5D%20use%20--nodeps%20when%20unpacking%20srpm&In-Reply-To=%3C20110207170357.DEDF44039B%40valstar.mageia.org%3E">
   <META NAME="robots" CONTENT="index,nofollow">
   <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
   <LINK REL="Previous"  HREF="002622.html">
   <LINK REL="Next"  HREF="002625.html">
 </HEAD>
 <BODY BGCOLOR="#ffffff">
   <H1>[Mageia-sysadm] [480] use --nodeps when unpacking srpm</H1>
    <B>root at mageia.org</B> 
    <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B480%5D%20use%20--nodeps%20when%20unpacking%20srpm&In-Reply-To=%3C20110207170357.DEDF44039B%40valstar.mageia.org%3E"
       TITLE="[Mageia-sysadm] [480] use --nodeps when unpacking srpm">root at mageia.org
       </A><BR>
    <I>Mon Feb  7 18:03:57 CET 2011</I>
    <P><UL>
        <LI>Previous message: <A HREF="002622.html">[Mageia-sysadm] [479] import transfugdrake
</A></li>
        <LI>Next message: <A HREF="002625.html">[Mageia-sysadm] [481] Add cleaned drak3d
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#2623">[ date ]</a>
              <a href="thread.html#2623">[ thread ]</a>
              <a href="subject.html#2623">[ subject ]</a>
              <a href="author.html#2623">[ author ]</a>
         </LI>
       </UL>
    <HR>  
<!--beginarticle-->
<PRE>Revision: 480
Author:   boklm
Date:     2011-02-07 18:03:57 +0100 (Mon, 07 Feb 2011)
Log Message:
-----------
use --nodeps when unpacking srpm

Modified Paths:
--------------
    build_system/mgarepo/trunk/MgaRepo/simplerpm.py

Modified: build_system/mgarepo/trunk/MgaRepo/simplerpm.py
===================================================================
--- build_system/mgarepo/trunk/MgaRepo/simplerpm.py	2011-02-07 16:39:17 UTC (rev 479)
+++ build_system/mgarepo/trunk/MgaRepo/simplerpm.py	2011-02-07 17:03:57 UTC (rev 480)
@@ -14,7 +14,7 @@
             self.epoch = None
 
     def unpack(self, topdir):
-        execcmd((&quot;rpm -i --define '_sourcedir %s/SOURCES' &quot; + 
+        execcmd((&quot;rpm -i --nodeps --define '_sourcedir %s/SOURCES' &quot; + 
         &quot;--define '_specdir %s/SPECS' --define '_patchdir %s/SOURCES' %s&quot;)
         % (topdir, topdir, topdir, self.filename))
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: &lt;/pipermail/mageia-sysadm/attachments/20110207/ffe03f31/attachment.html&gt;
</PRE>













<!--endarticle-->
    <HR>
    <P><UL>
        <!--threads-->
	<LI>Previous message: <A HREF="002622.html">[Mageia-sysadm] [479] import transfugdrake
</A></li>
	<LI>Next message: <A HREF="002625.html">[Mageia-sysadm] [481] Add cleaned drak3d
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#2623">[ date ]</a>
              <a href="thread.html#2623">[ thread ]</a>
              <a href="subject.html#2623">[ subject ]</a>
              <a href="author.html#2623">[ author ]</a>
         </LI>
       </UL>

<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm
mailing list</a><br>
</body></html>