Skip to content

Commit

Permalink
[ci] adapt for 2.6 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Nov 5, 2014
1 parent 2bc639c commit 012dbab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dist/ci/obs_testsuite_api.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
#
# Project name: obs_testsuite_api
# Description:
# OBS API testsuite on git master branch.
# OBS API testsuite on git 2.6 branch.
#
# Updates source code repository and runs unit and integration tests.
#
# Source Code Management:
# Git:
# Repositories: git://github.com/openSUSE/open-build-service.git
# Branches to build: master
# Branches to build: 2.6
# Repository browser: githubweb
# URL: https://github.com/openSUSE/open-build-service
# Excluded Regions:
Expand Down
2 changes: 1 addition & 1 deletion dist/ci/obs_testsuite_travis_before.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
set -xe

sudo chmod a+w /etc/apt/sources.list.d
echo 'deb http://download.opensuse.org/repositories/OBS:/Server:/Unstable/xUbuntu_12.04 /' > /etc/apt/sources.list.d/opensuse.list
echo 'deb http://download.opensuse.org/repositories/OBS:/Server:/2.6/xUbuntu_12.04 /' > /etc/apt/sources.list.d/opensuse.list
#sudo apt-get update
sudo apt-get update -o Dir::Etc::sourcelist="sources.list.d/opensuse.list" -o Dir::Etc::sourceparts="-" -o APT::Get::List-Cleanup="0"

Expand Down

0 comments on commit 012dbab

Please sign in to comment.