Change in osmo-gsm-manuals[master]: build/unix-time-to-fmt.py: use default python ver

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

osmith gerrit-no-reply at lists.osmocom.org
Fri Apr 12 08:00:08 UTC 2019


osmith has submitted this change and it was merged. ( https://gerrit.osmocom.org/13595 )

Change subject: build/unix-time-to-fmt.py: use default python ver
......................................................................

build/unix-time-to-fmt.py: use default python ver

Don't explicitly depend on python 3, so we don't need to have python 2
*and* python 3 installed to build osmo-gsm-manuals.

The script is short and works fine with either python version.

Related: OS#3899
Change-Id: I8af9b8159f5c7e39b905f85edd1584cb4d5a33ef
---
M build/unix-time-to-fmt.py
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  Pau Espin Pedrol: Looks good to me, approved



diff --git a/build/unix-time-to-fmt.py b/build/unix-time-to-fmt.py
index 026e55c..72ece26 100755
--- a/build/unix-time-to-fmt.py
+++ b/build/unix-time-to-fmt.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
 """
 Usage:
 

-- 
To view, visit https://gerrit.osmocom.org/13595
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-gsm-manuals
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I8af9b8159f5c7e39b905f85edd1584cb4d5a33ef
Gerrit-Change-Number: 13595
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190412/d4f0b02d/attachment.htm>


More information about the gerrit-log mailing list