Browse Source

change svn url

pull/41/head
Gorgone 4 years ago
committed by GitHub
parent
commit
11f30ed045
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      s3

10
s3

@ -103,14 +103,14 @@ loadprofile="no"
s3cfg="$configdir/simplebuild.config"
# Compiler settings
cc_warn="-W -Wall -Wshadow -Wredundant-decls -Wstrict-prototypes -Wold-style-definition";
cc_opts="-ggdb -pipe -ffunction-sections -fdata-sections";
cc_warn="-W -Wall -Wshadow -Wredundant-decls -Wstrict-prototypes -Wold-style-definition"
cc_opts="-ggdb -pipe -ffunction-sections -fdata-sections"
#default url
trunkurl="http://www.streamboard.tv/svn/oscam/trunk";
#trunkurl="http://www.streamboard.tv/svn/oscam-addons/modern";
trunkurl="https://svn.streamboard.tv/oscam/trunk"
#trunkurl="https://svn.streamboard.tv/oscam-addons/modern"
[ -f "$workdir/oscamsource.url" ] && source "$workdir/oscamsource.url";
[ -f "$workdir/oscamsource.url" ] && source "$workdir/oscamsource.url"
#load translationlist
cd "$tdir"

Loading…
Cancel
Save