- Fix quoting bug in pdebuild.sh.
This commit is contained in:
parent
c3c925c342
commit
f3f8d44d26
@ -205,13 +205,13 @@ if [ $debugPlatform -eq 1 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $testing != true ]; then
|
if [ $testing != true ]; then
|
||||||
p2Generate="-Dp2.root.name=\"$featureName\"" \
|
p2Generate="-Dp2.root.name=\"$featureName\" \
|
||||||
" -Dp2.root.version=\"$featureVersion\"" \
|
-Dp2.root.version=\"$featureVersion\" \
|
||||||
" -Dgenerate.p2.metadata=true" \
|
-Dgenerate.p2.metadata=true \
|
||||||
" -Dp2.metadata.repo=file:$buildDir/repo" \
|
-Dp2.metadata.repo=file:$buildDir/repo \
|
||||||
" -Dp2.artifact.repo=file:$buildDir/repo" \
|
-Dp2.artifact.repo=file:$buildDir/repo \
|
||||||
" -Dp2.flavor=tooling" \
|
-Dp2.flavor=tooling \
|
||||||
" -Dp2.publish.artifacts=true"
|
-Dp2.publish.artifacts=true"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo
|
echo
|
||||||
|
@ -30,7 +30,7 @@ Epoch: 1
|
|||||||
Summary: An open, extensible IDE
|
Summary: An open, extensible IDE
|
||||||
Name: eclipse
|
Name: eclipse
|
||||||
Version: %{eclipse_majmin}.%{eclipse_micro}
|
Version: %{eclipse_majmin}.%{eclipse_micro}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: EPL
|
License: EPL
|
||||||
Group: Text Editors/Integrated Development Environments (IDE)
|
Group: Text Editors/Integrated Development Environments (IDE)
|
||||||
URL: http://www.eclipse.org/
|
URL: http://www.eclipse.org/
|
||||||
@ -1530,6 +1530,9 @@ fi
|
|||||||
#%{_libdir}/%{name}/configuration/org.eclipse.equinox.source
|
#%{_libdir}/%{name}/configuration/org.eclipse.equinox.source
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 16 2008 Alexander Kurtakov <akurtako@redhat.com> 3.4.1-2
|
||||||
|
- Fix quoting bug in pdebuild.sh.
|
||||||
|
|
||||||
* Wed Oct 16 2008 Alexander Kurtakov <akurtako@redhat.com> 3.4.1-1
|
* Wed Oct 16 2008 Alexander Kurtakov <akurtako@redhat.com> 3.4.1-1
|
||||||
- Move copy-platform instead of copying it.
|
- Move copy-platform instead of copying it.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user