summaryrefslogtreecommitdiff
path: root/newmoon/_constraints
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-02-21 20:36:46 -0500
committerB. Stack <bgstack15@gmail.com>2023-02-21 20:36:46 -0500
commitcb487e2cf283d9bb857067125b7e01493e90e2ba (patch)
tree39936d10346390209f920467bcb09f255a224ace /newmoon/_constraints
parentadd python2.7 build dep (diff)
downloadstackrpms-cb487e2cf283d9bb857067125b7e01493e90e2ba.tar.gz
stackrpms-cb487e2cf283d9bb857067125b7e01493e90e2ba.tar.bz2
stackrpms-cb487e2cf283d9bb857067125b7e01493e90e2ba.zip
nm 32.0.1 rc1
Diffstat (limited to 'newmoon/_constraints')
-rw-r--r--newmoon/_constraints11
1 files changed, 0 insertions, 11 deletions
diff --git a/newmoon/_constraints b/newmoon/_constraints
deleted file mode 100644
index b058511..0000000
--- a/newmoon/_constraints
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0"?>
-<constraints>
- <hardware>
- <disk>
- <size unit="G">30</size>
- </disk>
- <memory>
- <size unit="M">14000</size>
- </memory>
- </hardware>
-</constraints>
bgstack15