Skip to content

Commit

Permalink
feat: update asmtools to 7.0-b09
Browse files Browse the repository at this point in the history
OpenJDK AsmTools

Issue: deepin-community/sig-deepin-sysdev-team#547
Log: update repo
  • Loading branch information
xzl01 committed Apr 7, 2024
1 parent 2e569d5 commit 0457f87
Show file tree
Hide file tree
Showing 118 changed files with 28,661 additions and 38 deletions.
10 changes: 10 additions & 0 deletions .hgignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
syntax: regexp
data
data/.*
asmtools-7.0-build/.*
.*~$
.*\.log$
.*\.pyc$
.*\.swp$
.*\.DS_Store$
.*\.iml$
7 changes: 7 additions & 0 deletions .hgtags
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
85d58e2683bfe2f70defd6ec10d377d84766ddd8 initial-openjdk
f201bb903e32f09e054f5fafc180508b9db67d00 6.0
c52c3f68bfba5ca97378e9e9df5fc1268ac9e481 7.0
f788f629bb40b3f3dd6d2cd25f3c9072568792de 7.0-b02
2931522b78a4a4842396ad61300853911caf4169 7.0-b04
b63cf0206a26c9cef5831aec217ed88a5ba09f5a 7.0-b05
5d0dc302199d510f0fb44763fbca8118d12f8ad8 7.0-b06
37 changes: 37 additions & 0 deletions .jcheck/conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
;
; Copyright (c) 2014, 2020, Oracle and/or its affiliates. All rights reserved.
; DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
;
; This code is free software; you can redistribute it and/or modify it
; under the terms of the GNU General Public License version 2 only, as
; published by the Free Software Foundation.
;
; This code is distributed in the hope that it will be useful, but WITHOUT
; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
; FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
; version 2 for more details (a copy is included in the LICENSE file that
; accompanied this code).
;
; You should have received a copy of the GNU General Public License version
; 2 along with this work; if not, write to the Free Software Foundation,
; Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
;
; Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
; or visit www.oracle.com if you need additional information or have any
; questions.
;

[general]
project=code-tools
repository=asmtools
jbs=codetools

[checks]
error=author,committer,whitespace,executable,symlink

[census]
version=0
domain=openjdk.org

[checks "whitespace"]
files=.*\.java$|.*\.c$|.*\.h$|.*\.cpp$|.*\.hpp$
347 changes: 347 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

Loading

0 comments on commit 0457f87

Please sign in to comment.