diff options
author | Helmut Grohne <helmut@subdivi.de> | 2020-10-04 00:07:05 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2020-10-04 00:07:05 +0200 |
commit | 82fe128109fbfc8acf7946cbff436a0796f85bcb (patch) | |
tree | 7e2ac54223ef3cc79851149fe41e8dab1b49567c | |
parent | 84d69d198fee0473feede6c2b42525aeaf4d091a (diff) | |
download | crossqa-82fe128109fbfc8acf7946cbff436a0796f85bcb.tar.gz |
drop mips as a release architecture
-rw-r--r-- | schema.sql | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -17,7 +17,6 @@ INSERT INTO depcheck (architecture, releasetime, updatetime, giveback) VALUES ("arm64", "2000-01-01 00:00:00", "2000-01-01 00:00:00", 1), ("armel", "2000-01-01 00:00:00", "2000-01-01 00:00:00", 1), ("armhf", "2000-01-01 00:00:00", "2000-01-01 00:00:00", 1), - ("mips", "2000-01-01 00:00:00", "2000-01-01 00:00:00", 1), ("mips64el", "2000-01-01 00:00:00", "2000-01-01 00:00:00", 1), ("mipsel", "2000-01-01 00:00:00", "2000-01-01 00:00:00", 1), ("ppc64el", "2000-01-01 00:00:00", "2000-01-01 00:00:00", 1), |