[postgis-tickets] [PostGIS] #3387: Chef is not baking my updates
PostGIS
trac at osgeo.org
Sun Jan 31 11:16:01 PST 2016
#3387: Chef is not baking my updates
----------------------+----------------------------
Reporter: robe | Owner: robe
Type: defect | Status: closed
Priority: medium | Milestone: Management 2.0
Component: website | Version: trunk
Resolution: fixed | Keywords:
----------------------+----------------------------
Changes (by robe):
* status: reopened => closed
* resolution: => fixed
Comment:
Added line
{{{
rm -rf counter
}}}
to the postgis_website_update.sh script
Full script is now:
{{{
cd /var/www/postgis_website
/usr/bin/svn -q update
rm -rf _counter
./_piecrust_1.2.0/bin/chef bake
chown -R www-data:www-data _cache _counter
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3387#comment:6>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list