Skip to content
Snippets Groups Projects
Commit a9ed8d26 authored by Mathieu Courtois's avatar Mathieu Courtois
Browse files

remove old platform, delete unused imports

parent 7febd7d6
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
...@@ -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 ""
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment