Advertisement
GarbageYard

Actual: load() needs a reponame

Jun 6th, 2015
425
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. Latest changes and push done to gitolite-admin repo
  2. ---------------------------------------------------
  3. Gaurav.Chhabra@L-DSCS022 /d/git/gitolite-admin/conf (master)
  4. $ git status
  5. On branch master
  6. Your branch is up-to-date with 'origin/master'.
  7.  
  8. Changes to be committed:
  9. (use "git reset HEAD <file>..." to unstage)
  10.  
  11. deleted: .reviewboardrc
  12. deleted: MySQLDB/README
  13. deleted: SCM
  14. deleted: ShippingCommonUtils
  15. deleted: content_management_service
  16. deleted: onecheck_android
  17. deleted: special-Instruction/README
  18. deleted: vector
  19.  
  20.  
  21. Gaurav.Chhabra@L-DSCS022 /d/git/gitolite-admin/conf (master)
  22. $ git commit -m "Removed few unwanted directories that somehow got created in conf directory"
  23. [master 7e05ebb] Removed few unwanted directories that somehow got created in conf directory
  24. 8 files changed, 59 deletions(-)
  25. delete mode 100644 conf/.reviewboardrc
  26. delete mode 100644 conf/MySQLDB/README
  27. delete mode 160000 conf/SCM
  28. delete mode 160000 conf/ShippingCommonUtils
  29. delete mode 160000 conf/content_management_service
  30. delete mode 160000 conf/onecheck_android
  31. delete mode 100644 conf/special-Instruction/README
  32. delete mode 160000 conf/vector
  33.  
  34. Gaurav.Chhabra@L-DSCS022 /d/git/gitolite-admin/conf (master)
  35. $ git status
  36. On branch master
  37. Your branch is ahead of 'origin/master' by 1 commit.
  38. (use "git push" to publish your local commits)
  39.  
  40. nothing to commit, working directory clean
  41.  
  42. Gaurav.Chhabra@L-DSCS022 /d/git/gitolite-admin/conf (master)
  43. $ git push origin master
  44. Counting objects: 9, done.
  45. Delta compression using up to 4 threads.
  46. Compressing objects: 100% (3/3), done.
  47. Writing objects: 100% (3/3), 343 bytes | 0 bytes/s, done.
  48. Total 3 (delta 2), reused 0 (delta 0)
  49. remote: FATAL: load() needs a reponame
  50. To ssh://gitolite@10.125.1.150:1754/gitolite-admin
  51. 1640eff..7e05ebb master -> master
  52. ---------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement