User Tools

Site Tools


howto-git

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
howto-git [2012-11-04 09:15]
glen [Commit you changes]
howto-git [2012-11-04 09:31]
glen Pushing big files
Line 144: Line 144:
  
    git branch -a    git branch -a
 +
 +===== Pushing big files =====
 +
 +You shouldn'​t (can'​t) push bigger files than 2MiB. Big files, including patches, should be stored in distfiles.
 +
 +If the file is accessible by url, just add ''#​ SourceX-md5:​ ''​ or ''#​ PatchX-md5: ''​ comment to the spec, and the file itself does not need to be added to git index. remove/​revert if you already did.
 +
 +There'​s exception if you can't do that (is too hard to do due local modifications),​ you can add the patch filename into ''​.bigfiles''​ file. See [[http://​lists.pld-linux.org/​mailman/​pipermail/​pld-devel-en/​2012-October/​023210.html|pld-devel-en post]].
 +
  
 =====Graphical repository browser===== =====Graphical repository browser=====
howto-git.txt ยท Last modified: 2016-03-21 10:36 by glen