Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: timvideos/HDMI2USB-litex-firmware
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ca63a8d69763
Choose a base ref
...
head repository: timvideos/HDMI2USB-litex-firmware
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 714191ac62cd
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Dec 3, 2017

  1. Copy the full SHA
    b99b433 View commit details
  2. Copy the full SHA
    714191a View commit details
Showing with 2 additions and 1 deletion.
  1. +2 −1 .travis/build.sh
3 changes: 2 additions & 1 deletion .travis/build.sh
Original file line number Diff line number Diff line change
@@ -309,7 +309,6 @@ else
# Look at repo we are running in to determine where to try pushing to if in a fork
PREBUILT_REPO=HDMI2USB-firmware-prebuilt
PREBUILT_REPO_OWNER=$(echo $TRAVIS_REPO_SLUG|awk -F'/' '{print $1}')
echo "PREBUILT_REPO_OWNER = $PREBUILT_REPO_OWNER"
GIT_REVISION=$TRAVIS_BRANCH/$(git describe)
ORIG_COMMITTER_NAME=$(git log -1 --pretty=%an)
ORIG_COMMITTER_EMAIL=$(git log -1 --pretty=%ae)
@@ -334,6 +333,8 @@ archive/**/sha256sum.txt
EOF
git fetch --depth 1 origin master
git checkout master
echo ""
echo "Prebuilt repo checkout is using $(du -h -s $PREBUILD_DIR)"
)
echo "============================================="
fi