|
|
@ -88,7 +88,7 @@ DESCRIPTION |
|
|
|
${DEFAULT_PROJECT_NAME} as the project name for your project in |
|
|
|
${DEFAULT_PROJECT_NAME} as the project name for your project in |
|
|
|
${PROJECT_PATH}. In the first run, you should call ${MY_NAME} from a |
|
|
|
${PROJECT_PATH}. In the first run, you should call ${MY_NAME} from a |
|
|
|
checked out the bootstrap-build-environment from |
|
|
|
checked out the bootstrap-build-environment from |
|
|
|
https://dev.marc.waeckerlin.org/, and the path from where you call |
|
|
|
https://mrw.sh/, and the path from where you call |
|
|
|
${MY_NAME} (which is actually ${PROJECT_PATH}) should be the path to |
|
|
|
${MY_NAME} (which is actually ${PROJECT_PATH}) should be the path to |
|
|
|
your newly created project. Please note that your project must be a |
|
|
|
your newly created project. Please note that your project must be a |
|
|
|
checked out subversion or git repository, since this build |
|
|
|
checked out subversion or git repository, since this build |
|
|
@ -98,7 +98,7 @@ DESCRIPTION |
|
|
|
subversion on https:/path/to/your/new-project: |
|
|
|
subversion on https:/path/to/your/new-project: |
|
|
|
|
|
|
|
|
|
|
|
cd ~/svn |
|
|
|
cd ~/svn |
|
|
|
svn co https://dev.marc.waeckerlin.org/svn/bootstrap-build-environment/trunk \\ |
|
|
|
svn co https://svn.mrw.sh/bootstrap-build-environment/trunk \\ |
|
|
|
bootstrap-build-environment |
|
|
|
bootstrap-build-environment |
|
|
|
svn co https:/path/to/your/new-project/trunk new-project |
|
|
|
svn co https:/path/to/your/new-project/trunk new-project |
|
|
|
cd new-project |
|
|
|
cd new-project |
|
|
@ -108,7 +108,7 @@ DESCRIPTION |
|
|
|
git on https:/path/to/your/new-project: |
|
|
|
git on https:/path/to/your/new-project: |
|
|
|
|
|
|
|
|
|
|
|
cd ~/svn |
|
|
|
cd ~/svn |
|
|
|
svn co https://dev.marc.waeckerlin.org/svn/bootstrap-build-environment/trunk \\ |
|
|
|
svn co https://svn.mrw.sh/bootstrap-build-environment/trunk \\ |
|
|
|
bootstrap-build-environment |
|
|
|
bootstrap-build-environment |
|
|
|
cd ~/git |
|
|
|
cd ~/git |
|
|
|
git clone https:/path/to/your/new-project |
|
|
|
git clone https:/path/to/your/new-project |
|
|
@ -1092,10 +1092,10 @@ to --condition AX_USE_NODEJS nodejs/etc/${PACKAGE_NAME}.json <<EOF |
|
|
|
"foo": ["sha256", "fcde2b2edxx56bf408601fb721fe9b5c338d10ee429ea04fae5511b68fbf8fb9"] |
|
|
|
"foo": ["sha256", "fcde2b2edxx56bf408601fb721fe9b5c338d10ee429ea04fae5511b68fbf8fb9"] |
|
|
|
}, |
|
|
|
}, |
|
|
|
"ldap": { |
|
|
|
"ldap": { |
|
|
|
"url": "ldap://dev.marc.waeckerlin.org", |
|
|
|
"url": "ldap://your.ldap.host", |
|
|
|
"adminDn": "cn=tmp,ou=system,ou=people,dc=dev,dc=marc,dc=waeckerlin,dc=org", |
|
|
|
"adminDn": "cn=tmp,ou=system,ou=people,dc=your,dc=ldap,dc=host", |
|
|
|
"adminPassword": "secret", |
|
|
|
"adminPassword": "secret", |
|
|
|
"searchBase": "ou=person,ou=people,dc=dev,dc=marc,dc=waeckerlin,dc=org", |
|
|
|
"searchBase": "ou=person,ou=people,dc=your,dc=ldap,dc=host", |
|
|
|
"searchFilter": "(uid={{username}})" |
|
|
|
"searchFilter": "(uid={{username}})" |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
@ -1899,9 +1899,9 @@ to build-in-docker.conf <<EOF |
|
|
|
${HEADER}# Use Ubuntu Universe Repository |
|
|
|
${HEADER}# Use Ubuntu Universe Repository |
|
|
|
repos+=("ubuntu:::universe") |
|
|
|
repos+=("ubuntu:::universe") |
|
|
|
|
|
|
|
|
|
|
|
# Use Marc Wäckerlin's Repository, see https://dev.marc.waeckerlin.org |
|
|
|
# Use Marc Wäckerlin's Repository, see https://repository.mrw.sh |
|
|
|
repos+=("debian|ubuntu:::https://dev.marc.waeckerlin.org/repository:::https://dev.marc.waeckerlin.org/repository/@DISTRIBUTOR@/marc-waeckerlin.repo") |
|
|
|
repos+=("debian|ubuntu:::https://repository.mrw.sh:::https://repository.mrw.sh/@DISTRIBUTOR@/marc-waeckerlin.repo") |
|
|
|
keys+=("https://dev.marc.waeckerlin.org/repository/PublicKey") |
|
|
|
keys+=("https://repository.mrw.sh/PublicKey") |
|
|
|
|
|
|
|
|
|
|
|
# centos requires epel-release for some packages, such as Qt WebKit |
|
|
|
# centos requires epel-release for some packages, such as Qt WebKit |
|
|
|
packages+=("centos:::epel-release") |
|
|
|
packages+=("centos:::epel-release") |
|
|
|