[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r624: fix typo in lsb_release option

Mats Wichmann mats at linuxfoundation.org
Fri Jul 25 16:13:40 UTC 2014


------------------------------------------------------------
revno: 624
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: puppet-lsb
timestamp: Fri 2014-07-25 10:13:40 -0600
message:
  fix typo in lsb_release option
modified:
  modules/buildbot/files/slavescripts/reset-sdk
  modules/buildbot/files/slavescripts/update-sdk
-------------- next part --------------
=== modified file 'modules/buildbot/files/slavescripts/reset-sdk'
--- a/modules/buildbot/files/slavescripts/reset-sdk	2014-07-25 16:04:44 +0000
+++ b/modules/buildbot/files/slavescripts/reset-sdk	2014-07-25 16:13:40 +0000
@@ -18,7 +18,7 @@
 	/opt/lsb/bin/lsbcc --version
 	/opt/lsb/bin/lsbcc --lsb-version
 	echo -n "Distribution "
-	lsb_release -D
+	lsb_release -d
 	exit 0
     fi
 fi
@@ -60,4 +60,4 @@
 /opt/lsb/bin/lsbcc --version
 /opt/lsb/bin/lsbcc --lsb-version
 echo -n "Distribution "
-lsb_release -D
+lsb_release -d

=== modified file 'modules/buildbot/files/slavescripts/update-sdk'
--- a/modules/buildbot/files/slavescripts/update-sdk	2014-07-25 16:04:44 +0000
+++ b/modules/buildbot/files/slavescripts/update-sdk	2014-07-25 16:13:40 +0000
@@ -12,7 +12,7 @@
 	/opt/lsb/bin/lsbcc --version
 	/opt/lsb/bin/lsbcc --lsb-version
 	echo -n "Distribution "
-	lsb_release -D
+	lsb_release -d
 	exit 0
     fi
 fi
@@ -40,4 +40,4 @@
 /opt/lsb/bin/lsbcc --version
 /opt/lsb/bin/lsbcc --lsb-version
 echo -n "Distribution "
-lsb_release -D
+lsb_release -d



More information about the lsb-messages mailing list