how can i upload a new skyculture?

Asked by Tanmoy Saha

i want to make an indian skyculture with old vedic constalltions and some commonly known constalltions . what is the procedure?

Question information

Language:
English Edit question
Status:
Solved
For:
Stellarium Skycultures Edit question
Assignee:
No assignee Edit question
Solved by:
Alexander Wolf
Solved:
Last query:
Last reply:
Revision history for this message
Best Alexander Wolf (alexwolf) said :
#1

This is very simple:
1. Create branch from trunk - like bzr branch lp:stellarium-skycultures indian
2. Go to new directory and create a folder for new culture - like cd indian && mkdir indian
3. Add files of new culture (for example you can look at any exist cultures)
4. Add those files into your branch and publish it - like bzr add indian && bzr push lp:~yourlogin/stellarium-skycultures/indian
5. Make proposed for merge your branch to trunk

Revision history for this message
Tanmoy Saha (t4saha) said :
#2

Thanks Alexander Wolf, that solved my question.