------------------------------------------------------------ revno: 357 committer: Razzloss <[email protected]> branch nick: master timestamp: Tue 2010-03-16 11:57:54 +0200 message: Fix build when not in bzr tree/bzr not available modified: SConstruct
-- lp:linuxdcpp https://code.launchpad.net/~linuxdcpp-team/linuxdcpp/trunk Your team LinuxDC++ Team is subscribed to branch lp:linuxdcpp. To unsubscribe from this branch go to https://code.launchpad.net/~linuxdcpp-team/linuxdcpp/trunk/+edit-subscription.
=== modified file 'SConstruct' --- SConstruct 2010-03-16 09:46:02 +0000 +++ SConstruct 2010-03-16 09:57:54 +0000 @@ -231,8 +231,9 @@ rev = CheckBZRRevision() if rev != 0: - conf.env['LDCPP_BZRREV'] = rev + conf.env['LDCPP_BZRREV'] = rev else: + conf.env['LDCPP_BZRREV'] = 0 print 'Revision number will not be included'
_______________________________________________ Mailing list: https://launchpad.net/~linuxdcpp-team Post to : [email protected] Unsubscribe : https://launchpad.net/~linuxdcpp-team More help : https://help.launchpad.net/ListHelp

