diff options
author | Timo Teräs <timo.teras@iki.fi> | 2012-01-12 10:42:27 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2012-01-12 10:42:27 +0200 |
commit | f1de353b8162b6f41c36c01fd54599d446203a68 (patch) | |
tree | cd1d39497fc8c7f73f308c27be009b59068cd671 /src/apk_database.h | |
parent | 2372692660c80e79f1161f6ea99dd5eeea60a6d4 (diff) | |
download | apk-tools-f1de353b8162b6f41c36c01fd54599d446203a68.tar.gz apk-tools-f1de353b8162b6f41c36c01fd54599d446203a68.tar.bz2 apk-tools-f1de353b8162b6f41c36c01fd54599d446203a68.tar.xz apk-tools-f1de353b8162b6f41c36c01fd54599d446203a68.zip |
db, solver: refuse committing changes if there is missing tags
Diffstat (limited to 'src/apk_database.h')
-rw-r--r-- | src/apk_database.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/apk_database.h b/src/apk_database.h index 2d3b51f..929f262 100644 --- a/src/apk_database.h +++ b/src/apk_database.h @@ -130,6 +130,7 @@ struct apk_database { unsigned int local_repos; int performing_self_update : 1; int permanent : 1; + int missing_tags : 1; int compat_newfeatures : 1; int compat_notinstallable : 1; |