pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
chirp: Add TODO
Module Name: pkgsrc-wip
Committed By: Greg Troxel <gdt%lexort.com@localhost>
Pushed By: gdt
Date: Mon Jul 13 13:23:04 2020 -0400
Changeset: 9034c3fab301fd458794b558466995318b195af2
Added Files:
chirp-devel/TODO
Log Message:
chirp: Add TODO
discuss version
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9034c3fab301fd458794b558466995318b195af2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
chirp-devel/TODO | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diffs:
diff --git a/chirp-devel/TODO b/chirp-devel/TODO
new file mode 100644
index 0000000000..147e4309c3
--- /dev/null
+++ b/chirp-devel/TODO
@@ -0,0 +1,16 @@
+* VERSION
+
+Figure out the version problem. Ticket filed upstream asking for clarification:
+ https://chirp.danplanet.com/issues/8067
+
+It seems that version according to chirp is "daily-YYYYMMNDD". This
+has multiple issues for pkgsrc:
+ * "-" is not allowed
+ * "daily" is not a version number
+ * "daily" does not clearly sort after 0.4.1
+ * (plus as described in the ticket, the future is unclear
+
+Options seem to be:
+ * Use YYYYMMDD as the version, and expect users to perform manual
+ intervention if there are ever releases.
+ * Use 0.5.YYYYMMDD using "0.5" to represent "daily".
Home |
Main Index |
Thread Index |
Old Index