Build process should be tied to certain mkgmap revision

Bug #521466 reported by Christian Soltenborn
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Radkarte
Fix Released
Undecided
Radfahrer

Bug Description

To make sure the patches are applied to proper mkgmap revisions, the build.xml script could use a hard-wired revision number which can be increased as soon as a revision is confirmed to work fine.

=== verändert Datei build.xml
--- build.xml 2010-01-31 07:51:01 +0000
+++ build.xml 2010-02-13 18:46:24 +0000
@@ -11,6 +11,7 @@
  <property name="dl_path" value="europe/"/>
  <property name="dl_file" value="germany"/>
  <property file="${user.home}/.osmftppassword"/>
+ <property name="mkgmap_revision" value="1543"/>

  <target name="clean" description="Alles aufräumen">
   <delete dir="${builddir}"/>
@@ -125,6 +126,8 @@
   >
    <arg value="co"/>
    <arg value="http://svn.parabola.me.uk/mkgmap/trunk"/>
+ <arg value="--revision"/>
+ <arg value="${mkgmap_revision}"/>
   </exec>
   <!-- <patch patchfile="${basedir}/merge_lines.patch"
    dir="${builddir}/mkgmap/trunk"

Related branches

Revision history for this message
Radfahrer (thannema) wrote :

I've added the fixed revision for now. In the future I may remove it again, because the scripts here are the actual scripts that I use for the creation of the Radkarte. For those I don't want to have a fixed revision, because then I could not participate with the ongoing development of mkgmap. The problem is that there is no release branch, but having that is too much work for me to maintain along the regular updates of the Radkarte (a complete run of the script takes some hours for me).

Changed in radkarte:
assignee: nobody → Radfahrer (thannema)
status: New → Fix Committed
Radfahrer (thannema)
Changed in radkarte:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.