pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [pkgsrc-2017Q2] pkgsrc/mk/pbulk



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sun Aug 13 18:45:27 UTC 2017

Modified Files:
        pkgsrc/mk/pbulk [pkgsrc-2017Q2]: pbulk.sh

Log Message:
Pullup ticket #5528 - requested by sevan
mk/pbulk/pbulk.sh: bugfix

Revisions pulled up:
- mk/pbulk/pbulk.sh                                             1.4

---
   Module Name:    pkgsrc
   Committed By:   sevan
   Date:           Tue Jul 25 22:45:21 UTC 2017

   Modified Files:
           pkgsrc/mk/pbulk: pbulk.sh

   Log Message:
   Create the All packages sub directory.
   This prevents the bulk build failing on the complition of the first package
   because the directory doesn't exist.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.3.14.1 pkgsrc/mk/pbulk/pbulk.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/pbulk/pbulk.sh
diff -u pkgsrc/mk/pbulk/pbulk.sh:1.3 pkgsrc/mk/pbulk/pbulk.sh:1.3.14.1
--- pkgsrc/mk/pbulk/pbulk.sh:1.3        Mon Dec 14 21:12:01 2015
+++ pkgsrc/mk/pbulk/pbulk.sh    Sun Aug 13 18:45:27 2017
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $Id: pbulk.sh,v 1.3 2015/12/14 21:12:01 asau Exp $
+# $Id: pbulk.sh,v 1.3.14.1 2017/08/13 18:45:27 bsiegert Exp $
 set -e
 
 usage="usage: ${0##*/} [-lun] [-c mk.conf.fragment] [-d nodes]"
@@ -194,7 +194,7 @@ fi
 # Keep "packages" in pbulk.conf and "PACKAGES" in mk.conf fragment in sync.
 
 # Final preparations:
-mkdir -p ${PACKAGES}
+mkdir -p ${PACKAGES}/All
 if [ ! -n "$unprivileged" ]; then
 chown pbulk:"$(id -gn pbulk)" ${PACKAGES}
 fi



Home | Main Index | Thread Index | Old Index