Moved to latest working sources
It looks like common repo have diverged from customs and especially is different from aarch64-port
This commit is contained in:
parent
8c391a6d25
commit
1ee6bb6eb9
2
.gitignore
vendored
2
.gitignore
vendored
@ -10,3 +10,5 @@
|
|||||||
/java-1.8.0-openjdk-aarch64-port-b01-internal.tar.xz
|
/java-1.8.0-openjdk-aarch64-port-b01-internal.tar.xz
|
||||||
/java-1.8.0-openjdk-jdk8-b01-internal.tar.xz
|
/java-1.8.0-openjdk-jdk8-b01-internal.tar.xz
|
||||||
/aarch64-port-b89.tar.xz
|
/aarch64-port-b89.tar.xz
|
||||||
|
/aarch64-port-b89x.tar.xz
|
||||||
|
/jdk8-b89x.tar.xz
|
||||||
|
@ -26,7 +26,10 @@ do
|
|||||||
fi
|
fi
|
||||||
pushd jdk8
|
pushd jdk8
|
||||||
|
|
||||||
for subrepo in corba hotspot jdk jaxws jaxp langtools nashorn common
|
# for subrepo in corba hotspot jdk jaxws jaxp langtools nashorn common
|
||||||
|
# it looks like commons have been added as separate repo for jdk8
|
||||||
|
# but not yet for aarch64-port
|
||||||
|
for subrepo in corba hotspot jdk jaxws jaxp langtools nashorn
|
||||||
do
|
do
|
||||||
if [[ "$REPO_NAME" == "aarch64-port" ]] ; then
|
if [[ "$REPO_NAME" == "aarch64-port" ]] ; then
|
||||||
# aarch64-port does not tag trees
|
# aarch64-port does not tag trees
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# If debug is 1, OpenJDK is built with all debug info present.
|
# If debug is 1, OpenJDK is built with all debug info present.
|
||||||
%global debug 0
|
%global debug 0
|
||||||
|
|
||||||
%global jdk8_version b89
|
%global jdk8_version b89x
|
||||||
%global hg_tag jdk8-%{jdk8_version}
|
%global hg_tag jdk8-%{jdk8_version}
|
||||||
|
|
||||||
%global multilib_arches %{power64} sparc64 x86_64
|
%global multilib_arches %{power64} sparc64 x86_64
|
||||||
@ -913,6 +913,9 @@ exit 0
|
|||||||
%doc %{buildoutputdir}/images/j2sdk-image/jre/LICENSE
|
%doc %{buildoutputdir}/images/j2sdk-image/jre/LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 23 2013 Jiri Vanek <jvanek@redhat.com> - 1:1.8.0.0-0.10.b89
|
||||||
|
- moved to latest working osurces
|
||||||
|
|
||||||
* Tue Jul 23 2013 Omair Majid <omajid@redhat.com> - 1:1.8.0.0-0.10.b89
|
* Tue Jul 23 2013 Omair Majid <omajid@redhat.com> - 1:1.8.0.0-0.10.b89
|
||||||
- Moved to hg clone for generating sources.
|
- Moved to hg clone for generating sources.
|
||||||
|
|
||||||
|
4
sources
4
sources
@ -1,4 +1,4 @@
|
|||||||
e7342fa14dbd25b751309d703fa08f90 aarch64-port-b89.tar.xz
|
|
||||||
225cb0f1e87a57f7a1a69d19297981e3 jdk8-b89.tar.xz
|
|
||||||
94ca5a45c3cb3b85c4577d0891166007 systemtap-tapset.tar.gz
|
94ca5a45c3cb3b85c4577d0891166007 systemtap-tapset.tar.gz
|
||||||
e1d19c1a7e103b9b3c35a94628ded3b5 desktop-files.tar.gz
|
e1d19c1a7e103b9b3c35a94628ded3b5 desktop-files.tar.gz
|
||||||
|
14dd0d9212080a28fc2ebdf1722aa607 aarch64-port-b89x.tar.xz
|
||||||
|
ba47bbce1edaf42bda8dc4557962babc jdk8-b89x.tar.xz
|
||||||
|
Loading…
Reference in New Issue
Block a user