Skip to content
Snippets Groups Projects
Commit e52fad1d authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

Merge branch 'master' into toutatis

parents 8be30a10 fb2f60fd
No related branches found
No related tags found
No related merge requests found
......@@ -44,10 +44,9 @@ UPSTREAM=$(grep 'export UPSTREAM=' helpers/config |sed 's/.*=//')
WORKDIR=tmp/makepackage
REPOSITORY=$PWD/repos/$CODENAME
HELPERS=$PWD/helpers
if ! [ -d repos/ ]
then
for REPO in $(git branch|sed 's/.* //;/master/d')
do
[ -d $REPOSITORY ] && continue
mkdir -p repos/$REPO/conf repos/$REPO/incoming
cat << EOF > repos/$REPO/conf/distributions
Origin: Trisquel
......@@ -74,7 +73,6 @@ cd repos/$REPO
reprepro -v export
cd ../..
done
fi
disablescripts(){
# Disable service starter scripts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment