Gitiles
Code Review
Sign In
gerrit.nordix.org
/
fdio
/
vpp
/
f23b1514a85f603d17036a598b6e3f329441abe8
/
.
/
extras
/
snap
/
prep
blob: caabd85ccd68375e1451697b193bf7150863af61 [
file
] [
log
] [
blame
]
#!/bin/bash
set
-
eu
cd
../../
build
-
root
echo
"make distclean..."
make distclean
>
/
dev
/
null
2
>&
1
cd
../
echo
"construct source tarball..."
tar
-
zcf extras
/
snap
/
vpp
.
tgz
--
exclude
=
extras
/
snap
/
vpp
.
tgz
.
exit
0