transforms/publish-cleanup
changeset 27 4daa72fdac4c
parent 26 8a9f4e791832
child 38 cd00ea74156e
equal deleted inserted replaced
26:8a9f4e791832 27:4daa72fdac4c
    24 #
    24 #
    25 # These transforms drop the information that we don't really care about when
    25 # These transforms drop the information that we don't really care about when
    26 # comparing manifests for change.
    26 # comparing manifests for change.
    27 #
    27 #
    28 
    28 
    29 <transform set value="^$" -> drop>
    29 <transform set -> edit value "\s$" "">
    30 <transform set name=info.classification value=".+:\"\"" -> drop>
    30 <transform set value="^\s*$" -> drop>
       
    31 <transform set name=info.classification value=".+:" -> drop>
    31 
    32 
    32 # drop the license actions from the manifests, we aren't going to compare them
    33 # drop the license actions from the manifests, we aren't going to compare them
    33 <transform license -> drop>
    34 <transform license -> drop>
    34 
    35