[chronojump] Better howto compile files



commit 8ae0a8e2c7409e1c82dfa4a1eace0199956ec6e3
Author: Xavier de Blas <xaviblas gmail com>
Date:   Fri Aug 1 21:42:46 2014 +0200

    Better howto compile files

 howto_compile.txt     |   15 +++++++++++++--
 howto_new_version.txt |    5 ++++-
 2 files changed, 17 insertions(+), 3 deletions(-)
---
diff --git a/howto_compile.txt b/howto_compile.txt
index e26f2db..a520667 100644
--- a/howto_compile.txt
+++ b/howto_compile.txt
@@ -41,8 +41,9 @@ only the configure.ac is pushed
 
 Following cerbero commands will take stuff from git, then all have to be commited and pushed
 
-to package chronojump, first ensure that version is ok in:
+*** to package chronojump, first ensure that version is ok in:
 cerbero/cerbero-extras/packages/chronojump/chronojump.package
+***
 
 packaging (outside the shell): (will fetch chronojump sources from git)
 cerbero-cj buildone chronojump
@@ -51,10 +52,20 @@ cerbero-cj package chronojump
 #as in 64 bit there's problems with the video drivers  do:
 cerbero-cj package chronojump --skip-deps-build
 
-#if hard disk it's busy, reset MacOSX and do again the 
+#if hard disk it's busy, reset MacOSX, and free space:
+
+empty trash folder.
+Find and delete big files:
+du -h -d 1
+delete the pkg, dmg and the "user"/Library/Caches
+also run top command to see stuck processes and kill them
+
+do again the 
 cerbero-cj buildone chronojump
 cerbero-cj package chronojump --skip-deps-build
 
+the 'package chronojump' command should be fast (specially the hdiutil part, if it's slow or the progress is 
not displayed: "........" CTRL-C reset, top, kill processes and try again both commands
+)
 
 #once installed package on Mac, can be tested from the terminal:
 cd /Applications/Chronojump.app/Contents/MacOS/
diff --git a/howto_new_version.txt b/howto_new_version.txt
index e2781f5..c9458a7 100644
--- a/howto_new_version.txt
+++ b/howto_new_version.txt
@@ -42,6 +42,8 @@ download (with filezilla is very fast), using owncloud is nice also
 scp -l 8192 Chronojump...dmg xaviblas master gnome org:.
 ssh xaviblas master gnome org
 mv Chrono...dmg /ftp/pub/gnome/binaries/mac/chronojump
+cd /ftp/pub/gnome/binaries/mac/chronojump
+chmod +r ...dmg
 signal-ftp-sync
 wait 5'
 
@@ -51,8 +53,9 @@ See: howto_compile.txt
 
 scp -l 8192 Chronojump...exe xaviblas master gnome org:.
 ssh xaviblas master gnome org
-chmod +rx Chrono...exe
 mv Chrono...exe /ftp/pub/gnome/binaries/win32/chronojump
+cd /ftp/pub/gnome/binaries/win32/chronojump
+chmod +rx Chrono...exe
 signal-ftp-sync
 wait 5'
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]