---

** [tickets:#7199] filter projects in create-allura-sitemap.py**

**Status:** closed
**Milestone:** asf_release_1.2.0
**Labels:** 42cc 
**Created:** Fri Feb 21, 2014 03:35 PM UTC by Dave Brondsema
**Last Updated:** Thu Mar 27, 2014 04:20 PM UTC
**Owner:** nobody

scripts/create-allura-sitemap.py should omit deleted projects and should have 
commandline option for neighborhood(s) to exclude.  `chunked_find` can take a 
query param, so that should work.  The query shouldn't need to be indexed (and 
a $nin is even fine) since `chunked_find` uses the `_id` index to go through 
all the records.  (If you're up for it, investigate the first time chunked_find 
is called in which max_id is None and thus _id won't be in the query but is in 
the sort - will that perform poorly?  need to have an initial max_id?)

Also, `<lastmod>` shouldn't just use the current date all the time, it should 
use the project mod date.


---

Sent from forge-allura.apache.org because [email protected] is subscribed 
to https://forge-allura.apache.org/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://forge-allura.apache.org/p/allura/admin/tickets/options.  Or, if this is 
a mailing list, you can unsubscribe from the mailing list.

Reply via email to