[Git][debian-gis-team/pycsw][master] 3 commits: New upstream version 2.6.1+dfsg

Angelos Tzotsos (@kalxas-guest) gitlab at salsa.debian.org
Thu Oct 14 19:34:59 BST 2021



Angelos Tzotsos pushed to branch master at Debian GIS Project / pycsw


Commits:
98464255 by Angelos Tzotsos at 2021-10-14T21:29:28+03:00
New upstream version 2.6.1+dfsg
- - - - -
3bfc7cdf by Angelos Tzotsos at 2021-10-14T21:29:31+03:00
Update upstream source from tag 'upstream/2.6.1+dfsg'

Update to upstream version '2.6.1+dfsg'
with Debian dir db247efd69dffdd257ff043c8dfee5d3bf6ef60e
- - - - -
4b58cb2f by Angelos Tzotsos at 2021-10-14T21:34:27+03:00
New upstream release.

- - - - -


3 changed files:

- VERSION.txt
- debian/changelog
- docs/configuration.rst


Changes:

=====================================
VERSION.txt
=====================================
@@ -1 +1 @@
-2.6.0
+2.6.1


=====================================
debian/changelog
=====================================
@@ -1,4 +1,4 @@
-pycsw (2.6.0+dfsg-2) UNRELEASED; urgency=medium
+pycsw (2.6.1+dfsg-1) UNRELEASED; urgency=medium
 
   [ Angelos Tzotsos ]
   * Fixed database path in default.cfg.
@@ -12,7 +12,10 @@ pycsw (2.6.0+dfsg-2) UNRELEASED; urgency=medium
   * Drop undefined substitution variables.
   * Update doc-base paths.
 
- -- Angelos Tzotsos <gcpp.kalxas at gmail.com>  Mon, 04 Jan 2021 19:00:00 +0200
+  [ user ]
+  * New upstream release.
+
+ -- user <user at focal>  Thu, 14 Oct 2021 21:33:47 +0300
 
 pycsw (2.6.0+dfsg-1) unstable; urgency=medium
 


=====================================
docs/configuration.rst
=====================================
@@ -86,6 +86,21 @@ The The following describes how ``maxRecords`` is handled by the configuration w
 
 .. _alternate-configurations:
 
+Using environment variables in configuration files
+------------------------------------------------------
+
+pycsw configuration supports using system environment variables, which can be helpful
+for deploying into `12 factor <https://12factor.net/>`_ environments for example.
+
+Below is an example of how to integrate system environment variables in pycsw:
+
+.. code-block:: ini
+
+   [repository]
+   database=${PYCSW_REPOSITORY_DATABASE_URI}
+   table=${MY_TABLE}
+
+
 Alternate Configurations
 ------------------------
 
@@ -101,6 +116,9 @@ Some deployments with alternate configurations prefer not to advertise the base
 Environment Variables
 ~~~~~~~~~~~~~~~~~~~~~
 
+Configuration file location
+^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
 One option is using Apache's ``Alias`` and ``SetEnvIf`` directives.  For example, given the base URL ``http://localhost/pycsw/csw.py?config=foo.cfg``, set the following in Apache's ``httpd.conf``:
 
 .. code-block:: none



View it on GitLab: https://salsa.debian.org/debian-gis-team/pycsw/-/compare/c5e962d31b0df25ed7727cb463475d7112df7743...4b58cb2ffd33a3ee65bd93e414965c692dae0e91

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/pycsw/-/compare/c5e962d31b0df25ed7727cb463475d7112df7743...4b58cb2ffd33a3ee65bd93e414965c692dae0e91
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20211014/aaeb0b85/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list