Skip to content

Allow to override sitemap time - #145

Open
bmwiedemann wants to merge 4 commits into
benoitc:masterfrom
bmwiedemann:date
Open

Allow to override sitemap time#145
bmwiedemann wants to merge 4 commits into
benoitc:masterfrom
bmwiedemann:date

Conversation

@bmwiedemann

Copy link
Copy Markdown

in order to make builds reproducible.
See https://reproducible-builds.org/ for why this is good
and https://reproducible-builds.org/specs/source-date-epoch/
for the definition of this variable.

When building the python-restkit openSUSE package,
some files are updated during the build
so mtime values always varied.

in order to make builds reproducible.
See https://reproducible-builds.org/ for why this is good
and https://reproducible-builds.org/specs/source-date-epoch/
for the definition of this variable.
was failing with
no such option: --use-mirrors
travis said
ERROR: tests.004-test-client.test_008
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/travis/virtualenv/python2.7.14/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/travis/virtualenv/python2.7.14/lib/python2.7/site-packages/nose/util.py", line 620, in newfunc
return func(*arg, **kw)
File "/home/travis/build/benoitc/restkit/tests/t.py", line 73, in run
func(self.url, cli)
File "/home/travis/build/benoitc/restkit/tests/004-test-client.py", line 129, in test_008
r = c.request(u)
File "/home/travis/build/benoitc/restkit/restkit/client.py", line 416, in request
return self.perform(request)
File "/home/travis/build/benoitc/restkit/restkit/client.py", line 352, in perform
raise RequestError(str(e))
RequestError: [Errno -2] Name or service not known
-------------------- >> begin captured logging << --------------------
restkit.client: DEBUG: Start to perform request: e-engura.com GET /images/logo.gif
$ host www.e-engura.com
Host www.e-engura.com not found: 3(NXDOMAIN)
$ host e-engura.com
Host e-engura.com not found: 3(NXDOMAIN)
travis said
DEPRECATION: Python 2.6 is no longer supported by the Python core team, please upgrade your Python. A future version of pip will drop support for Python 2.6
Sphinx requires Python '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*' but the running Python is 2.6.9
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@bmwiedemann