Github user alficles commented on the issue:

    https://github.com/apache/incubator-trafficcontrol/pull/327
  
    Here's what I do on the ats-rpmbuild side:
    
    ```
    #!/usr/bin/env bash
    
    if [ ! -d /src ]; then
            echo "Source directory does not exist."
            exit 1
    fi
    
    cp -r /src /build
    
    cd /build
    autoreconf -vfi
    ./configure --prefix=/opt/trafficserver --enable-experimental-plugins 
--with-max-api-stats=4096
    make DESTDIR=/artifacts -j install
    ```
    
    So the idea is to mount the "live" folder, then copy it to a build folder, 
build, and copy back the relevant artefacts.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to