change daily to repo for repositories

This commit is contained in:
Émile Morel 2015-08-21 14:36:45 +02:00
parent 88c8f39822
commit 621d4d1abc
2 changed files with 6 additions and 6 deletions

View file

@ -110,11 +110,11 @@ then
if [ $# -gt 0 ]; then
if [[ "$1" == "test" ]] || [[ "$1" == "testing" ]] ; then
echo "deb http://daily.yunohost.org/ testing main" >> $CUSTOMAPT
echo "deb http://repo.yunohost.org/ testing main" >> $CUSTOMAPT
fi
if [[ "$1" == "daily" ]] || [[ "$1" == "unstable" ]] ; then
echo "deb http://daily.yunohost.org/ testing main" >> $CUSTOMAPT
echo "deb http://daily.yunohost.org/ unstable main" >> $CUSTOMAPT
echo "deb http://repo.yunohost.org/ testing main" >> $CUSTOMAPT
echo "deb http://repo.yunohost.org/ unstable main" >> $CUSTOMAPT
fi
fi

View file

@ -114,11 +114,11 @@ then
if [ $# -gt 0 ]; then
if [[ "$1" == "test" ]] || [[ "$1" == "testing" ]] ; then
echo "deb http://daily.yunohost.org/ testing main" >> $CUSTOMAPT
echo "deb http://repo.yunohost.org/ testing main" >> $CUSTOMAPT
fi
if [[ "$1" == "daily" ]] || [[ "$1" == "unstable" ]] ; then
echo "deb http://daily.yunohost.org/ testing main" >> $CUSTOMAPT
echo "deb http://daily.yunohost.org/ unstable main" >> $CUSTOMAPT
echo "deb http://repo.yunohost.org/ testing main" >> $CUSTOMAPT
echo "deb http://repo.yunohost.org/ unstable main" >> $CUSTOMAPT
fi
fi