Alena Prokharchyk
958b890f55
Added vhd-util to .gitignore
2013-12-12 10:14:41 -08:00
Syed Ahmed
ee7380ace2
CLOUDSTACK-5296: Add certificate chain support for netscaler
...
This patch adds support for trust chains in the netscaler.
I initially planned on using the 10.1 API's "bundle" feature but during
my testing I found that was not working. So I am doing the chain linking
myself. Also NS can have only one entity of a certificate ie lets say
two different users try to add the same certificate on the netscaler
only one of them will go through. The other one says resouce already
exists even though they have different files.
This can be a problem in trust chains where the chain can be shared
between multiple accounts/certificates. So, I am using the figerprint as
an identifier of a certificate and making sure that we delete it only
when no one references it.
2013-12-05 15:35:28 +05:30
Alena Prokharchyk
7791d63077
Added one more log file location to .gitignore
2013-11-15 09:33:05 -08:00
Alena Prokharchyk
4f0dbaa44a
Added log directory to .gitignore
2013-11-11 09:15:53 -08:00
Chip Childers
ec1e695f8a
Adding engine/storage/integration-test/test-output to gitignore for Ian
2013-07-31 11:22:40 -04:00
Brian Federle
6f65a5bbe7
Update gitignore
2013-05-24 12:07:13 -07:00
Nitin Mehta
c11dbad9c9
merge master
2013-05-11 15:28:43 +05:30
Wido den Hollander
45eb9fdf8b
git: Add debian packaging files to .gitignore
2013-03-31 17:02:08 +02:00
Alex Huang
01151331f5
Separate out the target directories for eclipse and the one for regular builds
2013-03-13 20:21:57 -07:00
Alex Huang
606682690a
Added back in the .project ignore setting
2013-01-08 14:11:28 -08:00
Alex Huang
cf8de7ee17
Removed all the .project files
2013-01-08 14:11:00 -08:00
Rohit Yadav
eddb3dfc92
devcloud: Move build scripts to src/, fix README and rm Gemfile.lock
...
- Move build scripts to src/
- Fix README.md
- Remove and ignore Gemfile.lock
- Fix tabs in boxer.sh
- Move to src/
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2012-12-14 19:36:39 -08:00
Edison Su
b70c1a5a84
Backs NFS-based secondary storage with an S3-compatible object store. Periodically, a reaper thread synchronizes templates and ISOs stored on a NFS secondary storage mount with a configured S3 object store. It also pushes snapshots to the object store when they are created and downloads them in other zones on-demand. In addition to permitting the use of commodity or IaaS storage solutions for static assets, it provides a means of automatically synchronizing template and ISO assets across multiple zones.
2012-12-13 23:18:37 -08:00
Chip Childers
51784362e6
Adding tools/cli/build/ to gitignore
...
Signed-off-by: Chip Childers <chip.childers@gmail.com>
2012-11-19 14:55:03 -05:00
Chip Childers
4e0063106b
Added an ignore statement for tools/marvin/marvin/cloudstackAPI/
...
Signed-off-by: Chip Childers <chip.childers@gmail.com>
2012-11-19 14:23:44 -05:00
David Nalley
65e39f6666
cleaning up docs/runbook/tmp and adding gitignore entries for that as well
2012-11-19 09:23:58 -05:00
David Nalley
35666a5266
cleaning up docs temp, publish directories - adding gitignore entries for them for the future
2012-11-19 09:11:03 -05:00
Rohit Yadav
9070795be0
cli: precache generator
...
- Adds precache generator for all verbs in grammar
- ignore precache.py
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2012-11-19 05:28:23 +05:30
Chip Childers
cfecd20738
Updating gitignore to exclude egg-info directories
...
Signed-off-by: Chip Childers <chip.childers@gmail.com>
2012-11-09 14:04:37 -05:00
Prasanna Santhanam
35d5070ca3
adding .egg-info and eclipse prefs and settings to .gitignore
2012-11-07 16:23:10 +05:30
Rohit Yadav
ff9e60929c
gitignore: ignore pythonic eggs and marvin in cli
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2012-10-31 23:19:10 +05:30
olivier lamy
fa7dbdf3e9
.gitignore += awsapi/overlays/
2012-10-17 15:14:57 +02:00
Edison Su
06d516a80c
if db.properties.override missing, shouldn't panic
2012-10-10 16:20:35 -07:00
Chip Childers
c594ed68af
Adding git ignore rules for several binary file types that we have chosen to exclude from the source tree.
2012-09-21 10:59:07 -04:00
Chiradeep Vittal
c181e0ec18
Ignore maven .settings directories created by m2e
2012-09-13 17:32:48 -07:00
Jie Feng
c9aa08350a
[DOC] docbook conversion - choosing a deployment architecture
2012-09-13 16:12:06 -04:00
Edison.Su
52d8849003
fix rpm build
2012-09-10 22:33:41 -04:00
Edison.Su
c14dcd2da2
CLOUDSTACK-63: remove ant
2012-09-10 16:19:10 -04:00
Chip Childers
b1ae7c732c
Partial fix for awsapi deploy-server issues that I introduced when trying to fix CLOUDSTACK-26
2012-09-10 14:42:08 -04:00
Chip Childers
fc8fc2a5c6
Added gitignore for deps/*.jar so that the files are not added
...
back into the source tree.
2012-09-10 10:38:42 -04:00
Chip Childers
f1eab9b6a4
Added tools/devcloud/devcloudbox/.vagrant to .gitignore
2012-08-22 16:33:36 -04:00
Alex Huang
47cad4ee59
Added stack dumps on windows to ignore
2012-08-08 13:43:07 -07:00
Chip Childers
6c07b777d3
Added license header to .gitignore
2012-08-06 09:52:25 -04:00
David Nalley
11c839ab1d
adding config file for docs
2012-07-30 09:02:38 -04:00
bfederle
2004af88e7
Update gitignore
2011-12-23 12:57:34 -05:00
Prasanna Santhanam
18f865fc3e
Reviving the simulator
...
* SSVM to act as a direct connect agent
* Storage Resources handle SSVM commands
* create-schema.sql already has simulator_network_label. removing the label from create-schema-simulator.sql
2011-12-19 15:03:19 +05:30
Brian Federle
30b3ab2db3
Update gitignore
2011-12-16 11:13:01 -08:00
Brian Federle
986dbcf9bb
Update gitignore
2011-11-03 15:25:01 -07:00
Alex Huang
6b0d4947ed
bug 8529: propagated to master. Added junit test support to ant
2011-02-16 17:40:58 -08:00
alena
cfce5e023c
Added cloud.userlibraries to .gitignore
2011-02-01 12:16:18 -08:00
Frank
9d2916ffcc
it works
2011-01-08 16:28:47 -08:00
NIKITA
1792becd26
Fix for Advance Search popup
2010-12-17 10:30:14 -08:00
NIKITA
d575d083b8
git ignore changes
2010-09-14 17:10:35 -07:00
Manuel Amador (Rudd-O)
04d0feb475
Gitignore ignores pyc ocmpiled files and build.number
2010-08-19 10:57:16 -07:00
Alex Huang
52e6f3a85b
Added '/' to gitignore
2010-08-19 09:04:10 -07:00
Chiradeep Vittal
b104bbb511
ignore override and bin and logfiles properly
2010-08-17 11:09:12 -07:00
Manuel Amador (Rudd-O)
09f362b364
Git ignore updated with changes from 2.1.x
2010-08-12 16:34:39 -07:00
Manuel Amador (Rudd-O)
70a52991ba
backup files should, please, not be shown
2010-08-11 18:09:51 -07:00
Alex Huang
49ec1136a2
ignore files
2010-08-11 11:31:22 -07:00
Manuel Amador (Rudd-O)
eba391d8b8
ignore ant artifacts
2010-08-11 11:16:29 -07:00