Skip to content

Commit

Permalink
diff-with-base: drop diff from wd01
Browse files Browse the repository at this point in the history
never published, not needed

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
  • Loading branch information
mstsirkin committed May 3, 2022
1 parent 5fd6a7d commit 6dd574a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makediffwithbase.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export DATESTR=${DATESTR:-`cat REVISION-DATE`}
./makehtml.sh
./makepdf.sh
zip $SPECDOC.zip $SPECDOC.pdf
for version in v1.1-cs01 v1.2-wd01; do
for version in v1.1-cs01; do
export FROMVERSION="${version}"
mv -f $SPECDOC.zip $SPECDOC-diff-from-${FROMVERSION}.zip
./makediffhtml.sh
Expand Down

0 comments on commit 6dd574a

Please sign in to comment.