| Revision 7077,
376 bytes
checked in by munepi, 14 years ago
(diff) |
|
added munepi/diff-cddvd-comps
|
-
Property svn:executable set to
*
|
| Rev | Line | |
|---|
| [7077] | 1 | #!/bin/bash |
|---|
| 2 | |
|---|
| 3 | xsltproc --novalid comps2packagename.xsl \ |
|---|
| 4 | Vine60-CD-x86_64-comps.xml | sort > Vine60-CD-x86_64.dat |
|---|
| 5 | xsltproc --novalid comps2packagename.xsl \ |
|---|
| 6 | Vine60-DVD-x86_64-comps.xml | sort > Vine60-DVD-x86_64.dat |
|---|
| 7 | diff -du Vine60-CD-x86_64.dat Vine60-DVD-x86_64.dat | \ |
|---|
| 8 | egrep "^\+" | sed s/+// | egrep -v -e "^\+" |
|---|
| 9 | #meld Vine60-CD-x86_64.dat Vine60-DVD-x86_64.dat |
|---|
Note: See
TracBrowser
for help on using the repository browser.