~ubuntu-branches/ubuntu/precise/pciutils/precise

« back to all changes in this revision

Viewing changes to maint/release

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar
  • Date: 2010-06-26 14:17:57 UTC
  • mfrom: (2.1.18 sid)
  • Revision ID: james.westby@ubuntu.com-20100626141757-xsp7xqv15qotwels
Tags: 1:3.1.7-4
Update pci.ids with snapshot dated 2010-06-12

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
print "API version is $apiver ... <confirm> "; <STDIN>;
16
16
 
17
17
print "Updating public GIT tree\n";
18
 
`cg-push public`; die if $?;
 
18
`git push --tags public`; die if $?;
19
19
 
20
20
my $r = new UCW::Release("pciutils");
21
21
my $ver = $r->GetVersionFromFile("Makefile", "VERSION=(.*)");