]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- more debugging
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 26 Oct 2004 18:26:15 +0000 (18:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.284

builder.sh

index 281298b21bdd9cc839e797315f31db98066f7fe7..59122448058c0b31b3cef751b89c1ab97827fcdb 100644 (file)
@@ -267,6 +267,10 @@ Usage: builder [-D|--debug] [-V|--version] [-a|--as_anon] [-b|-ba|--build]
 }
 
 cache_rpm_dump () {
+        if [ -n "$DEBUG" ]; then
+                 set -x;
+                 set -v;
+        fi
 rpm_dump_cache=`
        case "$RPMBUILD" in
                rpm )
This page took 0.044713 seconds and 4 git commands to generate.