- run createrepo as well
authorMark Huang <mlhuang@cs.princeton.edu>
Tue, 21 Mar 2006 14:57:29 +0000 (14:57 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Tue, 21 Mar 2006 14:57:29 +0000 (14:57 +0000)
- if run under sudo, allow user to delete the headers/ and repodata/
  directories

build.sh

index 72a5033..472cd13 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -111,6 +111,12 @@ EOF
    # system.
    if [ -n "$RPM_BUILD_DIR" ] ; then
        yum-arch $(dirname $RPM_BUILD_DIR)/RPMS
+       createrepo $(dirname $RPM_BUILD_DIR)/RPMS || :
+       # If run under sudo, allow user to delete the headers/ and
+       # repodata/ directories.
+       if [ -n "$SUDO_USER" ] ; then
+          chown -R $SUDO_USER $(dirname $RPM_BUILD_DIR)/RPMS
+       fi
        cat >>yum.conf <<EOF
 [Bootstrap]
 name=Bootstrap RPMS -- $(dirname $RPM_BUILD_DIR)/RPMS/