<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Ticket search results</title><link>https://forge-allura.apache.org/p/allura/tickets/</link><description>You searched for labels:"rpm"</description><language>en</language><lastBuildDate>Thu, 20 Aug 2015 22:07:55 -0000</lastBuildDate><item><title>"Building" Allura with setup.py</title><link>https://forge-allura.apache.org/p/allura/tickets/4415/</link><description>We are working on building a distro-specific package (RPM) of the Allura base install.

We are making the assumption that distribution of Allura in this manner would be desirable,  but haven't been able to test operation of the deployed package.

When trying to run `python setup.py install` for the `Allura` app, I see the error:

    can't copy 'allura/templates/widgets/repo': doesn't exist or not a regular file

We tracked this down to [this line](https://sourceforge.net/p/allura/git/ci/a8a2afd33f8c70336c72e212f9abb8d7d916b4e9/tree/Allura/setup.py#l67)

We were able to fix this by changing a few of the lines:

    ::::diff
    -    'public/*/*',
    -    'templates/*/*'}
    +    'templates/**.html',
    +    'templates/**.py',
    +    'templates/**.xml',
    +    'templates/**.txt',
    +    'public/*/*/*/*/*'}
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">karsten</dc:creator><pubDate>Thu, 20 Aug 2015 22:07:55 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/4415/</guid></item></channel></rss>