Skip to content

Commit

Permalink
uncomment windows lines
Browse files Browse the repository at this point in the history
  • Loading branch information
antonylesuisse committed Dec 31, 2010
1 parent 1d5557a commit 3be6a7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ def update_current():
local('echo %s > %s' % (VERSION_FULL, os.path.join(DIR_DIST, 'CURRENT')))

def windows():
#system('rsync -av --delete --exclude .bzr/ --exclude .bzrignore ./ %s:openerp-packaging/'%WINDOWS_IP)
#system('ssh %s "cd openerp-packaging/windows-installer;make allinone;"'%WINDOWS_IP)
#system('rsync -av %s:openerp-packaging/windows-installer/files/ %s/ '%(WINDOWS_IP,DIR_DIST))
system('rsync -av --delete --exclude .bzr/ --exclude .bzrignore ./ %s:openerp-packaging/'%WINDOWS_IP)
system('ssh %s "cd openerp-packaging/windows-installer;make allinone;"'%WINDOWS_IP)
system('rsync -av %s:openerp-packaging/windows-installer/files/ %s/ '%(WINDOWS_IP,DIR_DIST))
system('rsync -av %s:openerp-packaging/windows-installer/openerp-setup-%s.exe %s/openerp-setup-%s.exe'%(WINDOWS_IP,VERSION_FULL,DIR_DIST,VERSION_FULL))

def upload_tar():
Expand Down

0 comments on commit 3be6a7e

Please sign in to comment.