Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
devtools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
codeaster-fra
devtools
Commits
a9ed8d26
Commit
a9ed8d26
authored
6 months ago
by
Mathieu Courtois
Browse files
Options
Downloads
Patches
Plain Diff
remove old platform, delete unused imports
parent
7febd7d6
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bin/maint/valid_issue.py
+1
-2
1 addition, 2 deletions
bin/maint/valid_issue.py
etc/devtools_functions.sh
+2
-2
2 additions, 2 deletions
etc/devtools_functions.sh
with
3 additions
and
4 deletions
bin/maint/valid_issue.py
+
1
−
2
View file @
a9ed8d26
...
@@ -9,8 +9,7 @@ Validate the issues listed in the given filename.
...
@@ -9,8 +9,7 @@ Validate the issues listed in the given filename.
from
optparse
import
OptionParser
from
optparse
import
OptionParser
from
aslint.logger
import
logger
,
setlevel
from
aslint.logger
import
setlevel
from
aslint.i18n
import
_
from
api_roundup.utils
import
read_issue_list
from
api_roundup.utils
import
read_issue_list
from
api_roundup
import
validate_issue
from
api_roundup
import
validate_issue
...
...
This diff is collapsed.
Click to expand it.
etc/devtools_functions.sh
+
2
−
2
View file @
a9ed8d26
...
@@ -71,8 +71,8 @@ detect_host()
...
@@ -71,8 +71,8 @@ detect_host()
printf
scibian9
printf
scibian9
elif
egrep
-q
"Calibre 9|Debian GNU/Linux 8"
/etc/issue
;
then
elif
egrep
-q
"Calibre 9|Debian GNU/Linux 8"
/etc/issue
;
then
printf
calibre9
printf
calibre9
elif
[
-
f
/home/aster/clap0f0q
]
;
then
elif
[
-
d
/efs/software/codeaster
]
;
then
printf
clap0f0q
printf
hpc-aws-rh8
fi
fi
printf
""
printf
""
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment