Skip to content

Commit

Permalink
frr: T3753: upgrade to upstream stable/8.0 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
c-po committed Aug 27, 2021
1 parent 108c2a0 commit f63ea8f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 31 deletions.
2 changes: 1 addition & 1 deletion packages/frr/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

def pkgList = [
['name': 'frr',
'scmCommit': 'stable/7.5',
'scmCommit': 'stable/8.0',
'scmUrl': 'https://github.com/FRRouting/frr.git',
'buildCmd': '''cd ..; ./build-frr.sh'''],
]
Expand Down
6 changes: 1 addition & 5 deletions packages/frr/build-frr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ if [ -d $PATCH_DIR ]; then
done
fi

# Prepare FRR source for building
echo "I: Prepare FRR source for building"
./tools/tarsource.sh -V

# Build Debian FRR package
echo "I: Build Debian FRR Package"
dpkg-buildpackage -us -uc -Ppkg.frr.rtrlib
dpkg-buildpackage -us -uc -tc -b -Ppkg.frr.rtrlib

This file was deleted.

0 comments on commit f63ea8f

Please sign in to comment.