-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to build on launchpad #4
Labels
Comments
Jnchi
added a commit
that referenced
this issue
Jun 28, 2019
Jnchi
added a commit
that referenced
this issue
Jul 1, 2019
Launchpad cannot clone submodules for some reason, so I am including the contents of each here to get it working. Further investigation is needed on compiling deb packages via git using submodules. Bug: #4
Jnchi
added a commit
that referenced
this issue
Jul 1, 2019
WARNING: This branch SHOULD NOT BE MERGED Launchpad cannot clone submodules for some reason, so I am including the contents of each here to get it working. Further investigation is needed on compiling deb packages via git using submodules. Bug: #4
Jnchi
added a commit
that referenced
this issue
Aug 15, 2019
WARNING: This branch SHOULD NOT BE MERGED Launchpad cannot clone submodules for some reason, so I am including the contents of each here to get it working. Further investigation is needed on compiling deb packages via git using submodules. Bug: #4
git checkout tags/{{tag}} # e.g. 0.0.2
docker run -v $(pwd):/usr/src/openvpn-auth-aad -it cyberninjas/openvpn-auth-aad:ubuntu /bin/bash
./bootstrap.sh diff --git a/debian/rules b/home/lramage/repos/openvpn-auth-aad/debian/rules
index 0036ae5..8c2d13e 100755
--- a/debian/rules
+++ b/home/lramage/repos/openvpn-auth-aad/debian/rules
@@ -7,7 +7,7 @@ OPENVPN_VERSION = bebd25a0e3a2aba0b1f98463a87b24db6c419a66
%:
dh $@
-override_dh_auto_configure:
+override_dh_auto_configure: clean-submodules openvpn pam_aad
echo "skipping configure ..."
openvpn: find . -name '.git*' -exec rm -rf {} \;
git init
git commit # copy and paste DO NOT COMMIT message from previous commit docker build --build-arg VERSION="0.0.2" --build-arg DEBVER="1" -t cyberninjas/openvpn-auth-aad:ubuntu . -f docker/ubuntu/Dockerfile |
Jnchi
added a commit
that referenced
this issue
Aug 16, 2019
WARNING: This branch SHOULD NOT BE MERGED Launchpad cannot clone submodules for some reason, so I am including the contents of each here to get it working. Further investigation is needed on compiling deb packages via git using submodules. Bug: #4
Jnchi
added a commit
that referenced
this issue
Aug 16, 2019
WARNING: This branch SHOULD NOT BE MERGED Launchpad cannot clone submodules for some reason, so I am including the contents of each here to get it working. Further investigation is needed on compiling deb packages via git using submodules. Bug: #4
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Source: buildlog
The text was updated successfully, but these errors were encountered: