Renaming packages --- https://www.pld-linux.org/howto-git?rev=1408954413 +++ https://www.pld-linux.org/howto-git?rev=1412245531 @@ -201,8 +201,17 @@ ====Use template specs for new packages ==== Often it is good idea to start working over new spec starting from spec templates available: git clone git://git.pld-linux.org/projects/template-specs.git + === Rename package === + Assume we want lowercase python-Flask: + $ ssh [email protected] move python-Flask python-flask + try build to download new version: + nice builder -v python-flask + rename spec file: + $ cd python-flask/ + $ git mv python-Flask.spec python-flask.spec + Update spec and commit changes. =====More information on git===== [[http://progit.org/book/|"Pro git" book]]
Diff URL: https://www.pld-linux.org/howto-git?do=diff&r1=1408954413&r2=1412245531 -- This mail was generated by DokuWiki at https://www.pld-linux.org/ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
