~ubuntu-branches/debian/wheezy/apt-dater/wheezy

« back to all changes in this revision

Viewing changes to src/report.c

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Matthäi
  • Date: 2010-07-05 20:42:17 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20100705204217-u03l0wdobclg9sdw
Tags: 0.8.4-1
* New upstream release.
  - Do not use apt-get for update checking, if aptitude is configured.
    Closes: #587106
* Bump Standards-Version to 3.9.0 (no changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* apt-dater - terminal-based remote package update manager
2
2
 *
3
 
 * $Id: report.c 457 2010-01-30 13:20:35Z liske $
 
3
 * $Id: report.c 519 2010-04-04 09:31:51Z liske $
4
4
 *
5
5
 * Authors:
6
6
 *   Andre Ellguth <ellguth@ibh.de>
188
188
  else
189
189
    xmlTextWriterWriteElement(writer, BAD_CAST("virt"), BAD_CAST("Unknown"));
190
190
 
 
191
  /* host UUID */
 
192
  if(n->uuid)
 
193
    xmlTextWriterWriteElement(writer, BAD_CAST("uuid"), BAD_CAST(n->uuid));
 
194
 
191
195
#ifdef FEAT_HISTORY
192
196
  /* history data */
193
197
  GList *hel = history_get_entries(n);