Changes

Jump to navigation Jump to search
add git pull
Line 29: Line 29:  
# OR do the following yourself:
 
# OR do the following yourself:
 
## Rename the spec file accordingly  
 
## Rename the spec file accordingly  
## Edit the change log in the spec file with the relevant date
+
## Edit the change log in the spec file with the relevant date and bugzilla number
 
## Add in the external Wiki and Bugzilla link to the repo through the settings (on the gitea website)
 
## Add in the external Wiki and Bugzilla link to the repo through the settings (on the gitea website)
   Line 40: Line 40:  
As you edit your repo, then remember to follow the git sequence of:
 
As you edit your repo, then remember to follow the git sequence of:
   −
  git add -A (or the infdividual file name)
+
git pull (to make sure it's at the latest in the repo)
 +
  git add -A (or the individual file name(s))
 
  git status (to check you are only saving what you want)
 
  git status (to check you are only saving what you want)
  git commit -m "Comment as you will"
+
  git commit -m "Comment as you will"  
  git push
+
  git push (upload it)
   −
[[Note: In order for the repo to build an rpm sucessfully the smedev/common repo/directory needs to be either on the same directory level or the one above]]
+
[[Note: In order for the repo to build an rpm sucessfully the smedev/common repo/directory needs to be either on the same directory level or the ones above (up to 2 levels up I think)]]
       
[[Category:Howto Developer]]
 
[[Category:Howto Developer]]
371

edits

Navigation menu