aboutsummaryrefslogtreecommitdiffstats
path: root/pgaas/src/stage/opt/app/pgaas/lib/gif
diff options
context:
space:
mode:
Diffstat (limited to 'pgaas/src/stage/opt/app/pgaas/lib/gif')
-rw-r--r--pgaas/src/stage/opt/app/pgaas/lib/gif/green-flasher-12x10.gifbin827 -> 0 bytes
-rw-r--r--pgaas/src/stage/opt/app/pgaas/lib/gif/grey-flasher-12x10.gifbin48 -> 0 bytes
-rw-r--r--pgaas/src/stage/opt/app/pgaas/lib/gif/makefile37
-rw-r--r--pgaas/src/stage/opt/app/pgaas/lib/gif/red-flasher-12x10.gifbin201 -> 0 bytes
-rw-r--r--pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-G-12x25.gifbin975 -> 0 bytes
-rw-r--r--pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-R-12x25.gifbin963 -> 0 bytes
-rw-r--r--pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-Y-12x25.gifbin966 -> 0 bytes
-rw-r--r--pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-g-12x25.gifbin975 -> 0 bytes
-rw-r--r--pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-g2-12x25.gifbin916 -> 0 bytes
-rw-r--r--pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-master-green.gifbin916 -> 0 bytes
-rw-r--r--pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-master-red.gifbin425 -> 0 bytes
-rw-r--r--pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-master-yellow.gifbin432 -> 0 bytes
-rw-r--r--pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-r-12x25.gifbin963 -> 0 bytes
-rw-r--r--pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-r2-12x25.gifbin909 -> 0 bytes
-rw-r--r--pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-r3-12x25.gifbin425 -> 0 bytes
-rw-r--r--pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-secondary-green.gifbin827 -> 0 bytes
-rw-r--r--pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-secondary-red.gifbin201 -> 0 bytes
-rw-r--r--pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-secondary-yellow.gifbin256 -> 0 bytes
-rw-r--r--pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-y-12x25.gifbin966 -> 0 bytes
-rw-r--r--pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-y2-12x25.gifbin909 -> 0 bytes
-rw-r--r--pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-y3-12x25.gifbin432 -> 0 bytes
-rw-r--r--pgaas/src/stage/opt/app/pgaas/lib/gif/yellow-flasher-12x10.gifbin256 -> 0 bytes
22 files changed, 0 insertions, 37 deletions
diff --git a/pgaas/src/stage/opt/app/pgaas/lib/gif/green-flasher-12x10.gif b/pgaas/src/stage/opt/app/pgaas/lib/gif/green-flasher-12x10.gif
deleted file mode 100644
index c6d33b5..0000000
--- a/pgaas/src/stage/opt/app/pgaas/lib/gif/green-flasher-12x10.gif
+++ /dev/null
Binary files differ
diff --git a/pgaas/src/stage/opt/app/pgaas/lib/gif/grey-flasher-12x10.gif b/pgaas/src/stage/opt/app/pgaas/lib/gif/grey-flasher-12x10.gif
deleted file mode 100644
index dfa81a2..0000000
--- a/pgaas/src/stage/opt/app/pgaas/lib/gif/grey-flasher-12x10.gif
+++ /dev/null
Binary files differ
diff --git a/pgaas/src/stage/opt/app/pgaas/lib/gif/makefile b/pgaas/src/stage/opt/app/pgaas/lib/gif/makefile
deleted file mode 100644
index 105033d..0000000
--- a/pgaas/src/stage/opt/app/pgaas/lib/gif/makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this code except in compliance
-# with the License. You may obtain a copy of the License
-# at http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
-# implied. See the License for the specific language governing
-# permissions and limitations under the License.
-
-
-all:
-
-test:
-
-STAGEDIR=/dev/null
-DISTPATH=/opt/app/pgaas
-
-stage:
- mkdir -p $(STAGEDIR)/$(DISTPATH)/lib/gif
- for i in *; do \
- case $$i in \
- *.py ) \
- j=`basename $$i .py`; \
- cp $$i $(STAGEDIR)/$(DISTPATH)/lib/gif/$$j; \
- chmod a+x $(STAGEDIR)/$(DISTPATH)/lib/gif/$$j; \
- ;; \
- makefile | *~ ) ;; \
- * ) \
- cp $$i $(STAGEDIR)/$(DISTPATH)/lib/gif/$$i; \
- chmod a+x $(STAGEDIR)/$(DISTPATH)/lib/gif/$$i; \
- ;; \
- esac; \
- done
diff --git a/pgaas/src/stage/opt/app/pgaas/lib/gif/red-flasher-12x10.gif b/pgaas/src/stage/opt/app/pgaas/lib/gif/red-flasher-12x10.gif
deleted file mode 100644
index ab16a81..0000000
--- a/pgaas/src/stage/opt/app/pgaas/lib/gif/red-flasher-12x10.gif
+++ /dev/null
Binary files differ
diff --git a/pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-G-12x25.gif b/pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-G-12x25.gif
deleted file mode 100644
index 0ce2785..0000000
--- a/pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-G-12x25.gif
+++ /dev/null
Binary files differ
diff --git a/pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-R-12x25.gif b/pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-R-12x25.gif
deleted file mode 100644
index 0750594..0000000
--- a/pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-R-12x25.gif
+++ /dev/null
Binary files differ
diff --git a/pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-Y-12x25.gif b/pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-Y-12x25.gif
deleted file mode 100644
index 4f95bf0..0000000
--- a/pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-Y-12x25.gif
+++ /dev/null
Binary files differ
diff --git a/pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-g-12x25.gif b/pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-g-12x25.gif
deleted file mode 100644
index 0ce2785..0000000
--- a/pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-g-12x25.gif
+++ /dev/null
Binary files differ
diff --git a/pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-g2-12x25.gif b/pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-g2-12x25.gif
deleted file mode 100644
index 1be7fa1..0000000
--- a/pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-g2-12x25.gif
+++ /dev/null
Binary files differ
diff --git a/pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-master-green.gif b/pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-master-green.gif
deleted file mode 100644
index 1be7fa1..0000000
--- a/pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-master-green.gif
+++ /dev/null
Binary files differ
diff --git a/pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-master-red.gif b/pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-master-red.gif
deleted file mode 100644
index daa6960..0000000
--- a/pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-master-red.gif
+++ /dev/null
Binary files differ
diff --git a/pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-master-yellow.gif b/pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-master-yellow.gif
deleted file mode 100644
index 1bd8731..0000000
--- a/pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-master-yellow.gif
+++ /dev/null
Binary files differ
diff --git a/pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-r-12x25.gif b/pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-r-12x25.gif
deleted file mode 100644
index 0750594..0000000
--- a/pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-r-12x25.gif
+++ /dev/null
Binary files differ
diff --git a/pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-r2-12x25.gif b/pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-r2-12x25.gif
deleted file mode 100644
index ff26986..0000000
--- a/pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-r2-12x25.gif
+++ /dev/null
Binary files differ
diff --git a/pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-r3-12x25.gif b/pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-r3-12x25.gif
deleted file mode 100644
index daa6960..0000000
--- a/pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-r3-12x25.gif
+++ /dev/null
Binary files differ
diff --git a/pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-secondary-green.gif b/pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-secondary-green.gif
deleted file mode 100644
index c6d33b5..0000000
--- a/pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-secondary-green.gif
+++ /dev/null
Binary files differ
diff --git a/pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-secondary-red.gif b/pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-secondary-red.gif
deleted file mode 100644
index ab16a81..0000000
--- a/pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-secondary-red.gif
+++ /dev/null
Binary files differ
diff --git a/pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-secondary-yellow.gif b/pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-secondary-yellow.gif
deleted file mode 100644
index 5e16750..0000000
--- a/pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-secondary-yellow.gif
+++ /dev/null
Binary files differ
diff --git a/pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-y-12x25.gif b/pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-y-12x25.gif
deleted file mode 100644
index 4f95bf0..0000000
--- a/pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-y-12x25.gif
+++ /dev/null
Binary files differ
diff --git a/pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-y2-12x25.gif b/pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-y2-12x25.gif
deleted file mode 100644
index 886e548..0000000
--- a/pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-y2-12x25.gif
+++ /dev/null
Binary files differ
diff --git a/pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-y3-12x25.gif b/pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-y3-12x25.gif
deleted file mode 100644
index 1bd8731..0000000
--- a/pgaas/src/stage/opt/app/pgaas/lib/gif/stoplight-y3-12x25.gif
+++ /dev/null
Binary files differ
diff --git a/pgaas/src/stage/opt/app/pgaas/lib/gif/yellow-flasher-12x10.gif b/pgaas/src/stage/opt/app/pgaas/lib/gif/yellow-flasher-12x10.gif
deleted file mode 100644
index 5e16750..0000000
--- a/pgaas/src/stage/opt/app/pgaas/lib/gif/yellow-flasher-12x10.gif
+++ /dev/null
Binary files differ