tlimoncelli@stackoverflow.com
0002c97878
Improve FreeBSD compatibility
2018-04-13 13:31:52 -04:00
tlimoncelli@stackoverflow.com
3b0f0194a0
tools/confidence_test.sh: now works with gnupg-2.0 and gnupg-2.1
2018-04-13 13:31:52 -04:00
tlimoncelli@stackoverflow.com
ca1d10ba80
tools/confidence_test.sh: now works with gnupg-2.0 again
2018-04-13 13:31:52 -04:00
tlimoncelli@stackoverflow.com
d9f1c9ef1f
tools/confidence_test.sh: Handle gpg 2.1's new pubring filename.
2018-04-13 13:31:52 -04:00
Tom Limoncelli
c2ce39b719
Sync mk_rpm_fpmdir from master
2018-04-13 13:31:52 -04:00
Tom Limoncelli
ba2bfcc0de
Fixing "make confidence" (HT to 98b928c0e8)
2018-04-13 13:31:52 -04:00
Jason Price
7ca433361e
Add list admins commandline tool. ( #170 )
...
* adding a list_admins command
* updating README and V2 ideas to include list_admins
* fix documentation misses
* add list_admins to the toolchain
2018-04-13 13:31:52 -04:00
jonathan vanasco
689952582d
added blackbox_listadmins, which just displays active admins via cat "$BB_ADMINS"
2018-04-13 13:30:16 -04:00
tal@whatexit.org
1643ea7fd9
"make confidence": Use GID numbers, not names. Makes tests less fragile.
2016-03-15 21:22:29 -04:00
tal@whatexit.org
3a4a79284c
Add more debugging output to "make confidence"
2016-03-15 19:14:09 -04:00
tlimoncelli@stackoverflow.com
d2fde2c2a9
Merge upstream mk_rpm_fpmdir
2016-02-29 16:53:33 +00:00
tlimoncelli@stackoverflow.com
7e175e5d9c
Merge from upstream.
2016-02-29 16:25:27 +00:00
Tom Limoncelli
9f6c3f15c0
Merge pull request #140 from unixorn/make-package-iteration-iterate
...
Set release default to the number of commits in the repo instead of always using 1
2016-02-28 10:32:20 -05:00
Joe Block
673eaae95b
Deal with being built within a burst tarball instead of a git clone
2016-02-27 06:50:50 -08:00
Joe Block
982f2f0045
Set release default to the number of commits in the repo instead of always using 1
2016-02-26 14:38:12 -08:00
Joe Block
e004ebb384
Make OUTPUTDIR overridable
...
Users (like me on my Jenkins server) may not want to put output debs and
rpms in ~.
2016-02-26 13:35:15 -08:00
tlimoncelli@stackexchange.com
8fab12de6b
Improve MacPorts update script and documentation based on feedback in https://trac.macports.org/ticket/48464
2015-07-31 15:36:55 -04:00
tlimoncelli@stackexchange.com
23cc07d1e3
Fix #107
2015-07-24 13:26:18 +00:00
tlimoncelli@stackexchange.com
aee22fc99d
Reorganize tests
...
* Split out test helper functions into tools/test_functions.sh
* bin/_blackbox_common_test.sh: Unit-tests for functions.
* blackbox_postdeploy: Use cp_permissions instead of chmod --reference
2015-07-24 09:01:00 -04:00
Bob Example
1d6d65af13
resolution to past zeal with double quotes.
2015-07-10 21:16:12 -04:00
tlimoncelli@stackexchange.com
6765988274
Bug: Packages are missing blackbox_deregister_file.
2015-07-09 22:52:42 -07:00
tlimoncelli@stackexchange.com
f5eeffd043
confidence_test.sh: assert_file_group() fails if gid name includes space.
2015-07-03 15:05:31 +00:00
tlimoncelli@stackexchange.com
521d108df9
confidence_test.sh: Verify that invalid key names get an error
2015-06-20 20:05:52 +00:00
tlimoncelli@stackexchange.com
d45625086a
blackbox_register_new_file: Accept multiple files on the command line.
2015-06-20 15:54:08 +00:00
tlimoncelli@stackexchange.com
c0dda22c9c
Bug: blackbox_deregister_file deletes blackbox-files.txt
...
* Clarified symantics of blackbox_deregister_file in comments.
* Added confidence test
2015-06-20 15:39:32 +00:00
tlimoncelli@stackexchange.com
12943b3021
Update confidence tests
...
* assert_line_exists: error message text is reversed.
* Update assertions to work with newer ignore processing.
* Report "SUCCESS" not just "DONE".
2015-06-15 20:30:20 +00:00
tlimoncelli@stackexchange.com
161117242e
Packages should be built for all architectures
2015-06-14 19:33:21 -04:00
tlimoncelli@stackexchange.com
592c726b1d
Update file list
2015-06-02 11:38:24 -04:00
tlimoncelli@stackexchange.com
02700b547a
Update comments and add newly added files to packages.
2015-06-02 15:37:06 +00:00
tlimoncelli@stackexchange.com
4a5787cad8
Add support for using the commands outside of a repo.
2015-05-01 15:44:09 +00:00
tlimoncelli@stackexchange.com
d5a82166f3
tools/confidence_test.sh: Test that locked out user can't decrypt.
2015-03-19 15:02:05 -07:00
tlimoncelli@stackexchange.com
225d38ee11
BACKWARDS INCOMPATIBLE CHANGES:
...
* Using $BASEDIR to pass the location of the repo hasn't worked for a
while. It has been removed. Simply cd into the vcs repo before
running a command.
BUG FIXES:
* .gitignore was being created in subdirectories instead of VCS root.
MINOR CHANGES
* _blackbox_common.sh: Replace change_to_root with change_to_vcs_root
* confidence_test.sh: Added more assertions and tests.
2015-03-10 21:16:27 +00:00
LE Manh Cuong
90dc874d56
Register new file now work with space in filename.
2015-03-06 11:33:39 +07:00
Tom Limoncelli
d7a3c791e9
Merge pull request #49 from law/master
...
adding rudimentary debian package building support
2015-03-04 16:18:34 -05:00
LE Manh Cuong
19532b82d5
Issue 50:
...
- Fix forgetting unquotes command substitution in function vcs_relative_path.
- Using old test instead of new test in Makefile.
- Fix some variables for Bob in "confidence_test.sh".
2015-03-03 09:31:09 +07:00
Lee Whalen
6e32500adc
Mangling Makefile to make better sense - generates .deb inputfile list from the RPM list, and does so for each run of 'make packages-deb'
2015-03-01 14:58:09 -08:00
Lee Whalen
b183931cf5
adding rudimentary debian package building support
2015-02-28 20:44:28 -08:00
tlimoncelli@stackexchange.com
9c9691c5d6
BUG: "make confidence" should work on Mac OS X
2015-02-28 08:18:26 -06:00
tlimoncelli@stackexchange.com
a9562e73d6
"make confidence" should work on mac (partial implementation)
2015-02-28 07:58:30 -06:00
tlimoncelli@stackexchange.com
b8881d7bff
Refine the upgrade procedure
2015-02-22 13:31:27 -05:00
tlimoncelli@stackexchange.com
19facd35da
Better MacPorts release flow.
2015-02-22 11:25:42 -05:00
tlimoncelli@stackexchange.com
ee3b6612ff
- Add blackbox_list_files to RPM and MacPorts packages.
...
- Makefile should not require DESTDIR variable.
2015-02-16 16:17:30 +00:00
tlimoncelli@stackexchange.com
de3ec22655
mk_rpm_fpmdir: Many improvements: configurable epoch, description, vendor
2015-02-04 20:19:09 +00:00
tlimoncelli@stackexchange.com
511d59e7bb
Clean up MacPorts configuration
2015-02-03 12:34:15 -05:00
tlimoncelli@stackexchange.com
a772aea1d7
First attempt at a MacPorts config
2015-02-03 12:18:01 -05:00
tlimoncelli@stackexchange.com
9c6525161c
Makefile: fix manifest name
2015-01-29 16:43:26 -05:00
tlimoncelli@stackexchange.com
ce5174691d
Rework package build to use mk_rpm_fpmdir new filenames
2015-01-28 22:13:34 +00:00
Warren Gray
beefbfb912
- Fix blackbox commands so that they work when called with absolute paths.
...
- Fix confidence_test.sh so that it's not hardcoded to a specific dev environment path.
2015-01-13 14:42:58 -05:00
Jeffrey Miller
d4d5d3dd4a
Update rpm_filelist.txt
...
removed blackbox_start and added in blackbox_cat to allow building of rpm
2015-01-06 14:46:18 -06:00
tal@whatexit.org
9173e4d78c
merge
2015-01-05 18:18:24 -05:00