الفرق بين المراجعتين ل"Pandora image"

من ويكي أضِف
اذهب إلى التنقل اذهب إلى البحث
(أنشأ الصفحة ب'It is a project to build an image archive based on pan.do/ra the suggested methodology is to go into the code from pandora+client and change one to one from video to im...')
 
سطر 20: سطر 20:
  
 
* create a directory to put your code and the cd to it
 
* create a directory to put your code and the cd to it
 +
** for pandora
 +
bzr branch https://github.com/maysara/pandora_image.git
  
  bzr branch https://github.com/maysara/pandora_image.git
+
**for pandora client
 +
  bzr branch https://github.com/maysara/pandora_client_image.git
  
 
===work===
 
===work===
سطر 41: سطر 44:
  
 
===commit to github===
 
===commit to github===
 +
**for pandora
 
  bzr dpush https://github.com/maysara/pandora_image.git/,branch=master
 
  bzr dpush https://github.com/maysara/pandora_image.git/,branch=master
 +
**for pandora client
 +
bzr dpush https://github.com/maysara/pandora_client_image.git/,branch=master
  
 
سلامات و حتة
 
سلامات و حتة

مراجعة 10:48، 31 يوليو 2013

It is a project to build an image archive based on pan.do/ra the suggested methodology is to go into the code from pandora+client and change one to one from video to image

software development management

We are going to use github to manage commits checkouts and changes to use github floow the instructions

register

  • first go to [1] and create an account
  • edit your profile and add you ssh public key

install

  • install git

sudo apt-get install git

  • install bzr
sudo apt-get install bzr-git
  • create a directory to put your code and the cd to it
    • for pandora
bzr branch https://github.com/maysara/pandora_image.git
    • for pandora client
bzr branch https://github.com/maysara/pandora_client_image.git

work

change the code you are working on then

commit locally

  • tell git who you are
bzr whoami "yourname <your@email>"
  • check the differences
bzr diff
  • add changes (in the example all changes
bzr add .
  • commit and comment
bzr commit -m "this is what i did"

commit to github

    • for pandora
bzr dpush https://github.com/maysara/pandora_image.git/,branch=master
    • for pandora client
bzr dpush https://github.com/maysara/pandora_client_image.git/,branch=master

سلامات و حتة