]> TLD Linux GIT Repositories - TLD.git/blobdiff - git-howto.txt
- added one more item to the list of things to be removed from spec in
[TLD.git] / git-howto.txt
index 1a52c603b6c62cd988dbeb0ce97823aa46bc67e7..092b48bd0fa8e34c94fca03787f69c8eca4cac66 100644 (file)
@@ -114,7 +114,14 @@ git ls-files -d | xargs git checkout --
 
 Do the following:
 
-ssh git@git.tld-linux.org setdesc packages/some_package "Some description"
+echo "Some description" |ssh git@git.tld-linux.org setdesc packages/some_package
+
+Ex.
+
+$ echo "kernel-desktop, a linux version optimised for the desktop" |ssh git@git.tld-linux.org setdesc packages/kernel-desktop
+New description is:
+kernel-desktop, a linux version optimised for the desktop
+$
 
 ==============================================================================
 6. SPECS: What is obsolete now that we have GIT?
@@ -126,6 +133,7 @@ a) Remove "# $Revision:" lines on top of a .spec file
 b) Remove the whole changelog from the bottom of a .spec file
 c) Remove "%define date    %(echo `LC_ALL="C" date +"%a %b %d %Y"`)"
 d) Remove feedback stuff and all PLD related links
+e) Remove all the conditions for pld_release (%if "%{pld_release}" == "ti" ect.)
 
 Why all that removing?
 There're a couple of reasons why we don't want to keep these things in our