diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-07-10 22:32:41 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-07-10 22:32:41 -0400 |
| commit | a26da2081fce15ce4edae4e8016ebe343fe76aab (patch) | |
| tree | 7f311c5bb64af0c39bf74002c5eb62986dec6d43 | |
| parent | 42418ca7c6238b16381fa8ccdf2547a984a4dca7 (diff) | |
| parent | 2bfb5804da405e3b216aad5cc50fde91b9660be6 (diff) | |
Merge branch 'master' of ssh://propellor.branchable.com
| -rw-r--r-- | doc/forum/can_not_build_debian_package.mdwn | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/forum/can_not_build_debian_package.mdwn b/doc/forum/can_not_build_debian_package.mdwn new file mode 100644 index 00000000..d721f922 --- /dev/null +++ b/doc/forum/can_not_build_debian_package.mdwn @@ -0,0 +1,25 @@ +Hello, I am trying to build the propellor package using sbuild + +but I got this error message during the build. + +Source tarball created: dist/propellor-2.5.0.tar.gz +cat dist/propellor-*.tar.gz | (cd dist/gittmp && tar zx --strip-components=1) +# cabal sdist does not preserve symlinks, so copy over file +cd dist/gittmp && for f in $(find -type f); do rm -f $f; cp -a ../../$f $f; done +cd dist/gittmp && git init && \ + git add . \ + && git commit -q -m "distributed version of propellor" \ + && git bundle create /«PKGBUILDDIR»/debian/propellor/usr/src/propellor/propellor.git master HEAD \ + && git show-ref master --hash > /«PKGBUILDDIR»/debian/propellor/usr/src/propellor/head +Initialized empty Git repository in /«PKGBUILDDIR»/dist/gittmp/.git/ +*** Please tell me who you are. +Run + git config --global user.email "you@example.com" + git config --global user.name "Your Name" + +to set your account's default identity. +Omit --global to set the identity only in this repository. + +fatal: unable to auto-detect email address (got 'root@mordor.(none)') +make[1]: *** [install] Error 128 +Makefile:13: recipe for target 'install' failed |
